Closed chadlagore closed 6 years ago
X = np.load('/path/to/X.npy) y = np.load('/path/to/y.npy) with TrainingData('path/to/file.hdf5', 'w') as data: data.write(X, y) for X_batch, y_batch in data.batches(batch_size=42): print(X) print(y)
Please don't merge it until the next week, I'll try finish the chunked reading.
:construction_worker: Changes
:flashlight: Testing Instructions