How many parameters are there in the trained model? #742
Answered
by
FabianIsensee
kirillmeisser
asked this question in
Q&A
-
Hi, I was wondering if there is a way to see how many parameters my trained model has? In my case, I have trained the 2D net. Best |
Beta Was this translation helpful? Give feedback.
Answered by
FabianIsensee
Aug 25, 2021
Replies: 1 comment
-
You just debug into the code and run one of the many tools that return the number of trainable parameters. THat can be googled :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kirillmeisser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just debug into the code and run one of the many tools that return the number of trainable parameters. THat can be googled :-)