在MNIST开始的第一句代码就把我困了两天,现在终于解决了,把它记录下来,以供学习。
from tensorflow.examples.tutorials.mnist import input_data
运行后
解决mnist的第一个难点

试过网上删除的办法没有效果

我的做法是,重新做一个Project Interpreter(Python的位置改为自己文件所在的位置),并把tensorflow添加上去:解决mnist的第一个难点

运行成功:解决mnist的第一个难点

相关文章:

  • 2021-07-30
  • 2021-10-31
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-10-28
  • 2021-11-29
猜你喜欢
  • 2021-06-28
  • 2022-12-23
  • 2021-06-03
  • 2021-10-17
相关资源
相似解决方案