-
Notifications
You must be signed in to change notification settings - Fork 5
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
what's caption_generation_model.model_blocks #3
Comments
It is python module |
envy@ub1404:/media/envy/data1t/os_prj/github/ShowAndTell$ PYTHONPATH=/media/envy/data1t/os_prj/github/ShowAndTell python caption_generation_model/train.py HINT: Re-running with most Theano optimization disabled could give you a back-trace of when this node was created. This can be done with by setting the Theano flag 'optimizer=fast_compile'. If that does not work, Theano optimizations can be disabled with 'optimizer=None'. |
envy@ub1404:/media/envy/data1t/os_prj/github/ShowAndTell$ python caption_generation_model/train.py
Using gpu device 0: GeForce GTX 950M (CNMeM is disabled, CuDNN 4007)
Traceback (most recent call last):
File "caption_generation_model/train.py", line 10, in
from caption_generation_model.model_blocks import nonlinearities
ImportError: No module named caption_generation_model.model_blocks
envy@ub1404:/media/envy/data1t/os_prj/github/ShowAndTell$
The text was updated successfully, but these errors were encountered: