Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Recordable Class Supports Variables for STDP Simulations #779

Open
stiber opened this issue Jan 30, 2025 · 1 comment
Open

Ensure Recordable Class Supports Variables for STDP Simulations #779

stiber opened this issue Jan 30, 2025 · 1 comment
Assignees
Labels
Recorders Re-engineering recorders

Comments

@stiber
Copy link
Contributor

stiber commented Jan 30, 2025

In particular, the following edge information needs to be savable:

  • source vertex
  • destination vertex
  • edge weight

@priyadhanu14 is hacking code to do this for growth simulations.

@stiber stiber added the Recorders Re-engineering recorders label Jan 30, 2025
@stiber
Copy link
Contributor Author

stiber commented Jan 30, 2025

This may only be "easily" working for CPU simulations, because weights currently aren't copied back for GPU simulations.

@priyadhanu14 priyadhanu14 self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Recorders Re-engineering recorders
Projects
None yet
Development

No branches or pull requests

2 participants