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

fix output file differences between Lens and SpiNNaker #6

Open
2 of 4 tasks
lplana opened this issue Aug 3, 2017 · 0 comments
Open
2 of 4 tasks

fix output file differences between Lens and SpiNNaker #6

lplana opened this issue Aug 3, 2017 · 0 comments
Assignees
Labels

Comments

@lplana
Copy link
Member

lplana commented Aug 3, 2017

From pull request #29, output_mon_lens is no longer used. The generation of Lens-style output files is handled by function write_Lens_output_file ( ) in mlp_networks.py.

  • Outputs reported are inconsistent in tick -1. lens reports 0 while SpiNNaker reports 0.5. lens itself is not consistent (output is 0 in rand10x40 and 0.5 in rogers - may have to do with output integrator in rand10x40).
  • Lens reports the number of weight updates while SpiNNaker doesn't.
  • Lens reports the actual number of ticks for every example while SpiNNaker reports the maximum.
  • target values are not reported by Lens during the grace period while SpiNNaker does it in every tick.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant