transcranial / keras-js

Run Keras models in the browser, with GPU support using WebGL
https://transcranial.github.io/keras-js
MIT License
4.96k stars 503 forks source link

Mask_zero=True for LSTM doesn't seem to be working #129

Open shuishida opened 6 years ago

shuishida commented 6 years ago

When I convert my LSTM models that uses mask_zero=True, I get very different prediction results. When I test it in the original Keras model it seems to be working fine. When I try predictions with Keras.js, it gives me a very skewed result for whatever input. When I turn this setting off, it seems to be working fine..