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

Weight dropout, var weight noise make checkpoint incompatible #244

Open
albertz opened this issue Nov 13, 2022 · 1 comment
Open

Weight dropout, var weight noise make checkpoint incompatible #244

albertz opened this issue Nov 13, 2022 · 1 comment
Milestone

Comments

@albertz
Copy link
Member

albertz commented Nov 13, 2022

Because the parameter name changes.

I think it would be good if you could directly load a checkpoint with mismatching conditions (weight dropout on or off).

The code should stay simple though. The nice thing about the current code is that it is quite straightforward and simple.

@albertz albertz added this to the first-release milestone Nov 13, 2022
@albertz
Copy link
Member Author

albertz commented Nov 17, 2022

Note that we can also handle this on RETURNN side in our CustomCheckpointLoader, and potentially replace <name>_raw by <name> and vice-versa. This is simple, unlikely to be wrong, and would solve the problem here.

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

No branches or pull requests

1 participant