Skip to content

Commit

Permalink
Update java_classes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u committed Oct 23, 2018
1 parent 19b8059 commit 72ce4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jumpy/jumpy/java_classes.py
Expand Up @@ -51,4 +51,4 @@
KerasModelImport = autoclass('org.deeplearning4j.nn.modelimport.keras.KerasModelImport')
except Exception as e:
warnings.warn('Dl4J Core not installed. Keras model import not available.')
KerasModelImport
KerasModelImport = None

0 comments on commit 72ce4be

Please sign in to comment.