-
Notifications
You must be signed in to change notification settings - Fork 0
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
fast and efficient recording of data #3
Comments
I checked the PyNN requirements and it looks like it should be straight forward to extend this also to the currently recommended output format I think we should dig deeper into this during the next project meeting. |
doh! not supported on my ubuntu 20.04LTS... will try to compile from source |
I began with a typical usecase to get an ouput neo object... work in progress (after lunch!) |
@laurentperrinet You can use nix from neo directly if you install it via |
some documentation from pyNN on writing data, using |
this saved me quite a lot of time - and works very fine!
|
I re-organized the structure of the folder to separate the different sub-tasks -> e56b560 I suggest your rename |
I recommend pushing regularly your latest notebooks |
At the moment, we are using pickle files to store
neo
objects, which is overkill when dealing with simple outputs from experimentsThere are multiple alternatives
The solution should take into account efficiency (=> benchmark) vs ease of use (=> notebook showing usage) vs generality .
The text was updated successfully, but these errors were encountered: