我目前在Keras网站上关注这个入门教程:https://www.tensorflow.org/tutorials/keras/basic 中的几个步骤在调用fashion_mnist.load_data()后遇到此错误 AttributeError: module 'tensorflow.python.keras.datasets.fashion_mnist' has no attribute 'load_
我正在学习一个TensorFlow教程。我已经在python3.6中安装了Tensorflow r1.9from tensorflow.examples.tutorials.mnist import input_dataInstructions for updating: Please use alternatives such as official/mnist/dataset.py from tensorflow<
当我导入tensorflow时我没搞错。然而,我确实得到了下面的错误。我在用spyder如果有帮助的话。与其他问题一样,我确保了最新(v1.8) tensorflow同时使用conda和pip安装。这并没有解决问题。请协助。import tensorflow.examples.tutorials.mnist.input_data as input_data
ModuleNotFoundError: No module named'ten