-
Notifications
You must be signed in to change notification settings - Fork 8
Fix/dj pipe and improvements #39
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
base: master
Are you sure you want to change the base?
Conversation
|
Now includes #14 |
| torch | ||
| scipy>=1.7.0,<=1.12.0 | ||
| numpy>=1.22.0,<=1.26.4 | ||
| numpy>=1.21.0,<=1.26.4 |
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.
Why was it previously less loose, do we know?
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 am not aware that we would know. @PPierzc do you have a hunch?
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Hi @PPierzc @Mvystrcilova , I just checked the datajoint demo notebook, and there were some bugs in the DJ pipeline that prevented executing it. I fixed those bugs, improved a naming convention for
MEIMixinand added**kwargsthat forward todj.insertand to.load_model(the latter is required for the same functionality that was introduced for the model cache here #17 ). I am not sure about theCSRFV1Selectortable: this table is required, but was not implemented. I implemented it similar as how it was done innndichromacyand tested that it works with the mouse sensorium 2022 images data.This PR also includes the already approved and not yet merged PR #37