Skip to main content

All Questions

3 votes
1 answer
3k views

How to train a Keras model with very a big dataset?

I am trying to train an autoencoder using TensorFlow and Keras. My training data has more than 200K 512x128 unlabeled images. If I want to load the data in a matrix, its shape will be (200000, 512, ...
Nirmal Baishnab's user avatar