2017-05-05 5 views
0

이름 없음 모듈은, 내가 한 일은 텐서 흐름 튜토리얼의 코드를 점점 습기가 가져 오는 것입니다 :ImportError를 : 그러나</p> <pre><code>from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets("MNIST_data/", one_hot=True) </code></pre> <p>을 내가 파이썬 프로그램을 실행할 때 :이 오류에 의해 매우 좌절 examples.tutorials.mnist

파일 "/ 사용자가/kevinling이 데스크탑/기계 학습/tensorflow.py /", ImportError를 input_data tensorflow.examples.tutorials.mnist 수입에서 라인 2 : 없음 모듈 examples.tutorials.mnist 이름없는

그리고 디렉토리는 다음과 같습니다 : 나는 디렉토리에 확인 파일이 완벽하게이

enter image description here

input_data.py 같은 것입니다 :

The input_data.py

+0

이 나에게 미친 –

+0

가능한 중복 드라이브 [수입 입력을 \ _data MNIST tensorflow 작동하지 (http://stackoverflow.com/questions/33664651/import-input-data-mnist-tensorflow-not-working) – user2263572

+0

위의 게시물에서 모든 방법을 시도했지만 아무도 작동하지 않았습니다. –

답변

0

이미 설치 했 tensorflow? 그렇지 않은 경우, 자신의 install instructions을 따르거나 단순히 주사위를 사용하여 설치 :

pip install tensorflow 

을 이제 있는지 확인하면됩니다 NOT 현재 tensorflow이있는 폴더에하고 스크립트를 실행 해보십시오.

python your_script.py 
+0

물론 장착 된 tensorflow는 작동하지 않습니다. –