MCPcopy Create free account
hub / github.com/buppt/ChineseNER / BatchGenerator

Class BatchGenerator

tensorflow/Batch.py:2–62  ·  view source on GitHub ↗

Construct a Data generator. The input X, y should be ndarray or list like type. Example: Data_train = BatchGenerator(X=X_train_all, y=y_train_all, shuffle=False) Data_test = BatchGenerator(X=X_test_all, y=y_test_all, shuffle=False) X = Data_train.X y = Data_

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

train.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected