###前提・実現したいこと
Virtualbox上のubuntuでTensorflowのTutorialを実行しようと試みています
対話型の実行中に下記のエラーが発生します
対策をご存知であればご教授頂きたく存じます。
よろしくお願いします。
環境は以下の通りです
Ubuntu 16.04LTS
Python 2.7.13
conda 4.3.14
###発生している問題・エラーメッセージ
socket.error: [Errno 104] Connection reset by peer
###該当のソースコード
Python
1(tensorflow) userName@userName-VirtualBox:~/anaconda2/envs$ python 2Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:09:15) 3[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2 4Type "help", "copyright", "credits" or "license" for more information. 5Anaconda is brought to you by Continuum Analytics. 6Please check out: http://continuum.io/thanks and https://anaconda.org 7>>> from tensorflow.examples.tutorials.mnist import input_data 8>>> mnist = input_data.read_data_sets("MNIST_data/",one_hot = True) 9Successfully downloaded train-images-idx3-ubyte.gz 9912422 bytes. 10Extracting MNIST_data/train-images-idx3-ubyte.gz 11Successfully downloaded train-labels-idx1-ubyte.gz 28881 bytes. 12Extracting MNIST_data/train-labels-idx1-ubyte.gz 13Successfully downloaded t10k-images-idx3-ubyte.gz 1648877 bytes. 14Extracting MNIST_data/t10k-images-idx3-ubyte.gz 15Traceback (most recent call last): 16 File "<stdin>", line 1, in <module> 17 File "/home/userName/anaconda2/envs/tensorflow/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/datasets/mnist.py", line 201, in read_data_sets 18 SOURCE_URL + TEST_LABELS) 19 File "/home/userName/anaconda2/envs/tensorflow/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/datasets/base.py", line 114, in maybe_download 20 urllib.request.urlretrieve(source_url, temp_file_name) 21 File "/home/userName/anaconda2/envs/tensorflow/lib/python2.7/urllib.py", line 98, in urlretrieve 22 return opener.retrieve(url, filename, reporthook, data) 23 File "/home/userName/anaconda2/envs/tensorflow/lib/python2.7/urllib.py", line 273, in retrieve 24 block = fp.read(bs) 25 File "/home/userName/anaconda2/envs/tensorflow/lib/python2.7/socket.py", line 384, in read 26 data = self._sock.recv(left) 27socket.error: [Errno 104] Connection reset by peer 28

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/03/16 01:41 編集
2017/03/16 01:46
2017/03/16 04:34
2017/03/16 04:37 編集
2017/03/16 04:39
2017/03/16 04:42
2017/03/16 05:09