You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
Hi @migueldeicaza, I've been struggling to setup datasets for batching with the Tensorflow's internal dataset system.
I would say the problems lie with the Iterator where it seems to get confused about the compnents of an array when receiving a TensorDataset. It is working fine with dataset generators, such as RangeDataset. Could the Mnist example be updated to show how the file-based datasets correctly implement the dataset api for batching and shuffling?