Open BrettLL opened 7 years ago
when having amounts of unsupervised data, if I run the code, the memory is not enough for storing so many samples~ Is there a better solution to solve this problem?
you need write a data generator by your self or use tensorflow (tf.Reader) directly.
when having amounts of unsupervised data, if I run the code, the memory is not enough for storing so many samples~ Is there a better solution to solve this problem?