nengo / keras-lmu

Keras implementation of Legendre Memory Units
https://www.nengo.ai/keras-lmu/
Other
207 stars 35 forks source link

Reset dropout masks in hidden cell #29

Closed drasmuss closed 3 years ago

drasmuss commented 3 years ago

Previously the dropout mask was only being reset for the hidden component, so the hidden component would always have the same dropout mask applied.