import input_data MNIST tensorflow not working
So let’s assume that you are in the directory: /somePath/tensorflow/tutorial (and this is your working directory). All you need to do is to download the input_data.py file and place it like this. Let’s assume that the file name you invoke: import input_data mnist = input_data.read_data_sets(“MNIST_data/”, one_hot=True) … is main.py and it is also in the … Read more