update how_tos/reading_data to use Dataset API (#14751)
* updated reading_data to use Dataset Since the Dataset API moved from .contrib.data into .data (core) update the MNIST example to use Dataset over queues.
Loading
Please sign in to comment
* updated reading_data to use Dataset Since the Dataset API moved from .contrib.data into .data (core) update the MNIST example to use Dataset over queues.