Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
328 views
in Technique[技术] by (71.8m points)

tensorflow - 在张量中加载数据集MNIST时出错(Error in loading dataset MNIST in tensorr)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...