nengo / keras-lmu

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

Register layers with register_keras_serializable #49

Closed drasmuss closed 1 year ago

drasmuss commented 1 year ago

This allows models with LMU layers to be serialized/deserialized without having to manually set custom objects.

github-actions[bot] commented 1 year ago

Coverage report

The coverage rate is 100%.

100% of new lines are covered.

Diff Coverage details (click to unfold) ### keras_lmu/version.py `100%` of new lines are covered (`100%` of the complete file). ### keras_lmu/layers.py `100%` of new lines are covered (`100%` of the complete file).