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

Error AssertionError #5

Open
isaquer opened this issue Jun 21, 2018 · 0 comments
Open

Error AssertionError #5

isaquer opened this issue Jun 21, 2018 · 0 comments

Comments

@isaquer
Copy link

isaquer commented Jun 21, 2018

File "/jet/var/python/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/jet/var/python/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/jet/prs/workspace/pi/train.py", line 125, in processThread
model = PluginLoader.get_model(trainer)(get_folder(self.arguments.model_dir))
File "/jet/prs/workspace/pi/PluginLoader.py", line 13, in get_model
return PluginLoader.import("Model", "Model{0}".format(name))
File "/jet/prs/workspace/pi/PluginLoader.py", line 22, in _import
module = import(name, globals(), locals(), [], 0)
File "/jet/prs/workspace/pi/Model_Original.py", line 3, in
from keras.models import Model as KerasModel
File "/jet/var/python/lib/python3.6/site-packages/keras/init.py", line 3, in
from . import utils
File "/jet/var/python/lib/python3.6/site-packages/keras/utils/init.py", line 6, in
from . import conv_utils
File "/jet/var/python/lib/python3.6/site-packages/keras/utils/conv_utils.py", line 3, in
from .. import backend as K
File "/jet/var/python/lib/python3.6/site-packages/keras/backend/init.py", line 71, in
assert _backend in {'theano', 'tensorflow', 'cntk'}
AssertionError

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

1 participant