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

fix TimeDistributed layer creation #99

Open mattdangerw opened 6 years ago

mattdangerw commented 6 years ago

Had some trouble loading TimeDistributed layers, seems like this might be a simple bug in a old refactor...

The TimeDistributed.layer member was renamed wrappedLayer in https://github.com/transcranial/keras-js/commit/641333107c1efd2f3727396066b36e83e64f760c

The model _createLayer function was still using the old name.