This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\http\client.py", line 885, in _get_hostport port = int(host[i+1:])ValueError: invalid literal for int() with base 10: '8080;DIRECT' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "C:\Users\john\AppData\Local\atom\app-1.21.1\python\mnist2.py", line 23, in <module> mnist = tf.contrib.learn.datasets.mnist.read_data_sets(train_dir=os.path.join(LOGDIR, 'data'), one_hot=True) | |
File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\contrib\learn\python\learn\datasets\mnist.py", line 235, in read_data_sets SOURCE_URL + TRAIN_IMAGES) |