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 not stored for this graph (policy: none)