当我使用MNIST数据集时,出现了一个错误

时间:2019-03-29 02:42:43

标签: python tensorflow

我在tensorflow中使用了MNIST示例,错误表明

  

没有名为tensorflow.python.saved_model.model_utils的模块

该代码只有两个句子!

我的操作系统是Windows,Tensorflow的版本是1.13.1,它是由pip安装的,Python版本是3.7.2

import tensorflow as tf
from tensorflow.examples.tutorials.mnist import input_data

此代码的用法是下载MNIST数据集。

0 个答案:

没有答案