-
Notifications
You must be signed in to change notification settings - Fork 4
Dandi hub example #34
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
Conversation
@tkuenzmw I have changed the datastore such that it also supports nwb files. I wanted to show how to use it with the dandi-sets. However, I have no idea what a good dataset on dandi is. And secondly, which network I should use with it. Do you have an idea about that? Right now I took a 'random' set from 000037 and the same network you used in the custom datastore example (as both are ophys data). Secondly, training (at least without gpu) takes very long (over an hour, I don't know how long exactly). I am thus not sure yet whether this an useful example. @vijayiyer05 Do you think this example would still be worth including? |
@vijayiyer05 Where/how can I make a link to open a particular live script in the Mathworks online viewer? |
This tool can be used to create a link to Open in MATLAB Online from GitHub But of course some of the larger examples may not be suitable for MATLAB Online |
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.
great additions to the customdatastore and Dandi Example!
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 help information in the beginning of the file should be updated to reflect the changes in usage and capabilities
examples/dandi_example.mlx
Outdated
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 the example datafile is quite large, but it is hard to find raw ophys data. The demo itself looks good.
Ready for me to give it a final test and merge? It seems to be out of draft mode and submitted for final review. Thanks |
Hi all - In an effort to get out version 7 before Dec 15, @vijayiyer05 and I discussed setting the Dandi integration aside for a little bit. In consultation with @vijayiyer05, the 50GB file is a bit unwieldy. There are a few issues with downloading the dandi file.
I made a new branch |
This pull request contains two main parts:
dandi_example.mlx
) that shows how to access a dataset from DANDI archive and how to manually read frames from it. Then, we also show how to use the new datastore with the nwb dataset from dandi for training and inference. Note that the workflow shown there is very similar as the one in thecustomdatastore_example
.