Skip to content

Understanding Model Process from Tutorials #660

Answered by bamsumit
ZoltanV-V asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ZoltanV-V, the ImageClassifier process describes the MNIST network. It is in a way similar to NetX. The main difference is that NetX automatically loads the trained parameters and connects the relevant neurons and synapses and creates the lava process for you whereas the example show how you can do it all yourself. It is definitely useful to understand how you can describe your process manually as in the NMNIST example. However, as the networks grow complex, NetX automation provides one call creation of lava process for your trained network and, as a result, minimizes any errors that may happen during implementation.

A follow-up question also: the .npy weights file, is from a model p…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ZoltanV-V
Comment options

@bamsumit
Comment options

Answer selected by ZoltanV-V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants