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

Make RFF weights explicitly not trainable #51

Merged
merged 2 commits into from
Oct 4, 2021

Conversation

ltiao
Copy link
Collaborator

@ltiao ltiao commented Oct 4, 2021

Parameters created with add_weight in Keras Layers are trainable by default. This could potentially introduce bugs and unexpected behaviours down the line.

@ltiao ltiao requested a review from vdutor October 4, 2021 08:49
@ltiao ltiao force-pushed the ltiao/quickfix/rff-weights-trainable branch from bdf5d8e to f0866ae Compare October 4, 2021 09:27
@ltiao ltiao merged commit 426b098 into develop Oct 4, 2021
@ltiao ltiao deleted the ltiao/quickfix/rff-weights-trainable branch October 4, 2021 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants