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

nn module with tensorflow #2

Open
SeekPoint opened this issue Dec 8, 2018 · 1 comment
Open

nn module with tensorflow #2

SeekPoint opened this issue Dec 8, 2018 · 1 comment

Comments

@SeekPoint
Copy link

(.venv) ub16hp@UB16HP:/ub16_prj/figment-multi$ pip install nn
Collecting nn
Downloading https://files.pythonhosted.org/packages/32/5b/4ff7a1bdc8e30e260c4dd44343275c50497b9db9fd96100fef1b7ca8a2b6/nn-0.0.9.tar.gz
Building wheels for collected packages: nn
Running setup.py bdist_wheel for nn ... done
Stored in directory: /home/ub16hp/.cache/pip/wheels/61/36/72/2ccb1d96aae93cf0e1de5b84c0c953de38dc5a152011c4a7f6
Successfully built nn
Installing collected packages: nn
Successfully installed nn-0.0.9
(.venv) ub16hp@UB16HP:
/ub16_prj/figment-multi$ bash run_a_model.sh swlr
Traceback (most recent call last):
File "../../src/train_test.py", line 26, in
from nn import track_best, MainLoop
File "/home/ub16hp/ub16_prj/figment-multi/.venv/local/lib/python2.7/site-packages/nn/init.py", line 1, in
from .layers import *
File "/home/ub16hp/ub16_prj/figment-multi/.venv/local/lib/python2.7/site-packages/nn/layers/init.py", line 1, in
from tensorflow.python.layers.layers import *
ImportError: No module named tensorflow.python.layers.layers
(.venv) ub16hp@UB16HP:~/ub16_prj/figment-multi$

@yyaghoobzadeh
Copy link
Owner

I've updated the code. That shouldn't be a problem anymore.

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