Using Keras.js and encoder.py, I could load this model.
However, I also get the same error as comment #69, when calling Model.predict() in Keras.js .
And I can use Model.predict() when I do not use BatchNormalization()
What is the solution to this error?
Or can you please fix BatchNormalization() and Predict() ?
I am trying to use a following little complicated LSTM language model for text generation.
Using
Keras.js
andencoder.py
, I could load this model. However, I also get the same error as comment #69, when callingModel.predict()
in Keras.js . And I can useModel.predict()
when I do not useBatchNormalization()
What is the solution to this error? Or can you please fix
BatchNormalization()
andPredict()
?I'm using Keras 2.0.4 and python 3.5.3