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

Environment not well defined #38

Open
jeffreylutz opened this issue Feb 14, 2018 · 3 comments
Open

Environment not well defined #38

jeffreylutz opened this issue Feb 14, 2018 · 3 comments

Comments

@jeffreylutz
Copy link

It would be useful to specify the exact details of the entire environment. Specifically, the exact version of Python. After trial-and-error, I figured out that Python 3.5 (not 3.6/latest nor 2.7) work properly. Just add it to the requirements file.

@cristinabustos16
Copy link

For loading the pretrained model and making predictions, it works for me in python 2.7.12, keras 2.1.3, tensorflow 1.3.0-rc2
Haven't tried for training

@SlinkoIgor
Copy link

for 3.6 it shows

`~/miniconda3/lib/python3.6/site-packages/keras/layers/core.py in Interp(x, shape)
16 from .. import initializers
17 from .. import regularizers
---> 18 from .. import constraints
19 from ..engine.base_layer import InputSpec
20 from ..engine.base_layer import Layer

SystemError: unknown opcode`

trying 3.5 now...

@sainttelant
Copy link

@SlinkoIgor hi, for py3.6, how to solve the above error? unknown opcode?

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

5 participants