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

为什么编码器设置为评估模式而不是设置为参数冻结 #33

Open
rock-lss opened this issue Jun 23, 2024 · 0 comments
Open

Comments

@rock-lss
Copy link

如果要冻结解码器参数为什么用encoder.eval()而不是
for param in encoder.parameters():
param.requires_grad = False

@rock-lss rock-lss changed the title 为什么解码器设置为评估模式而不是设置为参数冻结 为什么编码器设置为评估模式而不是设置为参数冻结 Jun 23, 2024
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