You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up the virtual env using https://github.com/main-educational/brain_encoding_decoding/blob/main/binder/requirements.txt , it failed to install torch-scatter==2.0.8 (with bug info saying no module named torch). The reason might be that the torch==1.13.0 installed before this was overwritten into other torch versions when installing other libraries before the torch-scatter. If now we reinstall the torch==1.13.10 and run pip install torch-scatter==2.0.8, it solves the problem. So I would suggest checking the dependencies between libraries in that requirement.txt file, and maybe re-order them to avoid this issue.
The text was updated successfully, but these errors were encountered:
Module to maintain
Website: https://school-brainhack.github.io/modules/dl_for_neuroimaging/
Code: https://github.com/school-brainhack/school-brainhack.github.io/tree/main/content/en/modules/DL_for_neuroimaging
The tasks through the module maintenance
Works to be done:
The text was updated successfully, but these errors were encountered: