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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To use the pretrained models you need to do the following:
18
18
├── logs
19
19
└── outputs
20
20
```
21
-
2) Download the weights of the desired model from here (weights are being uploaded) and put it the checkpoints folder:
21
+
2) Download the weights of the desired model from [here](https://drive.google.com/drive/folders/1KoOfM3NvJ_SGazWmA-Mp0V_n9q2Amj6V?usp=sharing) and put it the checkpoints folder:
22
22
3) Rename the file to 'checkpoint_epoch=0.pt'
23
23
4) Use the corresponding script from the examples bellow and remember to:
24
24
* Replace the training/validation subjects with paths towards either folder filled with .nii.gz files or towards csv/tsv files that have a path column with the full paths towards the files.
@@ -195,4 +195,4 @@ The models in this work were trained on [NVIDIA Cambridge-1](https://www.nvidia.
195
195
- Intramural Research Program of the NIMH (ZIC-MH002960 and ZIC-MH002968).
196
196
- European Union’s HORIZON 2020 Research
197
197
- Innovation Programme under the Marie Sklodowska-Curie Grant Agreement No 814302
0 commit comments