Some problems about the preservation of model parameters #627
Answered
by
Hananel-Hazan
machuanfeng
asked this question in
Q&A
|
Where are the weights of the connections between neurons saved? What do I need to save if I want to save the trained model? |
Answered by
Hananel-Hazan
Apr 12, 2023
Replies: 2 comments
|
Great that you found where are the weights located. |
0 replies
Answer selected by
machuanfeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Great that you found where are the weights located.
About saving the network, you can use also the
save,load, andclonefunctions that are in BindsNET to do this from the object. For example here