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

How to check trainable parameters in a model? 如何查看模型的可训练参数? #72

Open
IronmanVsThanos opened this issue Oct 25, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@IronmanVsThanos
Copy link

感谢您的优秀工作,我想知道如何能在该项目中查看一个模型的可训练参数信息?

@w1oves
Copy link
Owner

w1oves commented Oct 25, 2024

你可以在训练日志中找到相关的信息:
image
请注意,这里的数据是针对backbone而言的。decode head默认是可训练的,并且其相关参数在这里不会被打印。


You can find the relevant information in the training log:
image
Please note that the data here is for the backbone only. The decode head is trainable by default, and its parameters are not printed here.

@w1oves w1oves changed the title 如何查看模型的可训练参数? How to check trainable parameters in a model?如何查看模型的可训练参数? Oct 25, 2024
@w1oves w1oves changed the title How to check trainable parameters in a model?如何查看模型的可训练参数? How to check trainable parameters in a model? 如何查看模型的可训练参数? Oct 25, 2024
@w1oves w1oves added the documentation Improvements or additions to documentation label Oct 25, 2024
@IronmanVsThanos
Copy link
Author

你可以在训练日志中找到相关的信息: image 请注意,这里的数据是针对backbone而言的。decode head默认是可训练的,并且其相关参数在这里不会被打印。

You can find the relevant information in the training log: image Please note that the data here is for the backbone only. The decode head is trainable by default, and its parameters are not printed here.

非常感谢您的耐心回复!已经看到了。谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants