Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chapter6 cifar10-cnn #2

Closed
annzheng opened this issue Aug 21, 2018 · 1 comment
Closed

chapter6 cifar10-cnn #2

annzheng opened this issue Aug 21, 2018 · 1 comment

Comments

@annzheng
Copy link

I got this problem when I ran cifar10-cnn.ipynb:
in ()
5 import tarfile
6 import tensorflow as tf
----> 7 import CIFAR10.CIFAR_input as input
8 FLAGS=tf.app.flags.FLAGS
9

ModuleNotFoundError: No module named 'CIFAR10'

in ()
4 import time
5 import tensorflow as tf
----> 6 from CIFAR10 import model_build
7 FLAGS=tf.app.flags.FLAGS
8

ModuleNotFoundError: No module named 'CIFAR10'

@huxiaoman7
Copy link
Owner

hi,你好,这个需要你从tensorflow的github里下载cifar10这个包,里面有很多模块,这样才能导入model_build模块

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants