Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register layers with register_keras_serializable #49

Merged
merged 4 commits into from
Nov 7, 2022
Merged

Conversation

drasmuss
Copy link
Member

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

NengoBones and others added 2 commits October 21, 2022 15:27
@github-actions
Copy link

github-actions bot commented Oct 31, 2022

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).

Copy link
Member

@tbekolay tbekolay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all LGTM!

@tbekolay tbekolay merged commit 3192840 into master Nov 7, 2022
@tbekolay tbekolay deleted the serializable branch November 7, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants