feathernox / neuroml_fmri_deepspd

https://wandb.ai/feathernox/fmri_deepspd_v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep SPD on fMRI data

Use the following directory structure:

  • src (models, utilities)
  • data (data files, preferably in .npy format)
  • notebooks (experiments, graphs and tables generators)

W&B (analogue of Comet.ml):

Main script is notebooks/train_multiprocessing.py. There are several hyperparameters which you can sweep over, as the code is based on Hydra framework, such as:

  • network - choose name of the file in configs/network folder, e.g. spd_5/spd_10/spd_15/baseline_5/baseline_10/baseline_15
  • train.lr - learning rate
  • train.batch_size - batch size
  • train.max_epochs - number of epochs

E.g. if you want to create sweep over batch sizes, you can run python notebooks/train_multiprocessing.py --multiline setup.num_workers=1 train.batch_size=16,32,64

About

https://wandb.ai/feathernox/fmri_deepspd_v3


Languages

Language:Python 94.5%Language:Dockerfile 5.5%