LoginSignup
1
0

More than 5 years have passed since last update.

Tensorflow > ImportError: No module named input_data > input_data.pyを取得して置く

Last updated at Posted at 2016-10-08
動作環境
Ubuntu 14.04 LTS desktop amd64
TensorFlow GPU版 v0.11
# -*- coding: utf-8 -*-
# Author: takami.sato

import tensorflow as tf
import input_data
...

上記で始まるMNISTのサンプルを実行しようとすると以下のエラーが出る。

ImportError: No module named input_data

対応としては input_data.py をダウンロードして置く、らしい。
http://stackoverflow.com/questions/33664651/import-input-data-mnist-tensorflow-not-working

answered Nov 12 '15 at 5:01
Salvador Dali
All you need to do is to download the input_data.py and put it this.

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0