We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given the scope of experiments, it should be enough to have a global flag in the config, and then after the encoder is created here:
mammoth/mammoth/model_builder.py
Line 361 in 1e6b03a
iterate over its parameters and requires_grad=False them
requires_grad=False
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given the scope of experiments, it should be enough to have a global flag in the config, and then after the encoder is created here:
mammoth/mammoth/model_builder.py
Line 361 in 1e6b03a
iterate over its parameters and
requires_grad=False
themThe text was updated successfully, but these errors were encountered: