Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Draft
priyadhanu14 wants to merge4 commits intoHaripriyaDevelopment
base:HaripriyaDevelopment
Choose a base branch
Loading
fromCollect_weight_data

Conversation

@priyadhanu14
Copy link
Contributor

@priyadhanu14priyadhanu14 commentedFeb 12, 2025
edited
Loading

Description

Code to copy the weights back from the GPU after each epoch.

Checklist (Mandatory for new features)

  • Added Documentation
  • Added Unit Tests

Testing (Mandatory for all changes)

  • GPU Test:test-medium-connected.xml Passed
  • GPU Test:test-large-long.xml Passed

return;
}

std::string xmlContent =vectorToXML(W_, vertexCount, vertexCount,"WeightMatrix");
Copy link
Contributor

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

Copy link
Contributor

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

@stiberstiber marked this pull request as draftJune 18, 2025 18:22
@varndorfervarndorfer mentioned this pull requestJun 24, 2025
4 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@varndorfervarndorfervarndorfer left review comments

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@priyadhanu14@varndorfer@AndrewBMadison

[8]ページ先頭

©2009-2025 Movatter.jp