- Notifications
You must be signed in to change notification settings - Fork16
Copy weights from GPU#796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:HaripriyaDevelopment
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
[ISSUE-753] CMakeLists fixes
| return; | ||
| } | ||
| std::string xmlContent =vectorToXML(W_, vertexCount, vertexCount,"WeightMatrix"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The size of the weights matrix isvertexCount * Simulator::getInstance().getMaxEdgesPerVertex();. SeeAllSynapsesDeviceFuncs_d.cpp lines568 and584
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think this is to support having multiple synapses between two neurons but I don't know if that's actually implemented anywhere in the code
Uh oh!
There was an error while loading.Please reload this page.
Description
Code to copy the weights back from the GPU after each epoch.
Checklist (Mandatory for new features)
Testing (Mandatory for all changes)
test-medium-connected.xmlPassedtest-large-long.xmlPassed