I am using the following command to load the data , but it is giving error in tensor flow, can anyone guide me the simplest way to load any dataset in tensorflow.
(我正在使用以下命令加载数据,但它在张量流中给出了错误,有人可以指导我最简单的方法来加载张量流中的任何数据集。)
Thanks in advance. (提前致谢。)
from mnist import MNIST
data = MNIST(data_dir="data/MNIST/")
TypeError: init () got an unexpected keyword argument 'data_dir'
(TypeError: init ()获得了意外的关键字参数“ data_dir”)
ask by johntommond translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…