Skip to content

Modifying "shareable" status of the weights Var of a Dense layer #209

Answered by drager-intel
daevem asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, and thanks for reaching out! Apologies for the delay in response; the whole Lava team has been working on a major update! It sounds like you made the weights Var of the Dense Process shareable, allowing you to connect a RefPort from another Process to the weights Var. This type of shared memory access will work fine when your Processes are implemented with PyProcModels and executed on a CPU. However, this approach to weight modification will not work on Loihi, as weights are not stored in shareable memory. This distinction should become clearer in the coming weeks, after we release support for NcProcModels that are run on Loihi. Once a network has been compiled for Loihi, you may o…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@awintel
Comment options

@awintel
Comment options

@daevem
Comment options

@awintel
Comment options

@daevem
Comment options

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