Getting weights of model while training #5244
Answered
by
ebrahimebrahim
adwaykanhere
asked this question in
Q&A
-
I'm following the "3d_spleen_segmentation.ipynb" tutorial. While training I would like to extract and store the weights of the model. Please suggest how I can do this? |
Beta Was this translation helpful? Give feedback.
Answered by
ebrahimebrahim
Oct 1, 2022
Replies: 1 comment
-
You can follow the same suggestions that are given for PyTorch models in general here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adwaykanhere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can follow the same suggestions that are given for PyTorch models in general here.