Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ This repository contains the checkpoint of the model from the [FOMO300K paper](h
|
|
| 19 |
To finetune the model with the configs used in the paper, simply use the following command
|
| 20 |
```
|
| 21 |
asp_finetune_seg \
|
| 22 |
-
--config-name projects/datapaper/finetune/resenc_[dataset]_fewshot.yaml \
|
| 23 |
checkpoint_path=path/to/checkpoint.ckpt
|
| 24 |
```
|
| 25 |
where `[dataset]` is one of `{cerebrum, wmh, isles, atlas, sbm}`.
|
|
|
|
| 19 |
To finetune the model with the configs used in the paper, simply use the following command
|
| 20 |
```
|
| 21 |
asp_finetune_seg \
|
| 22 |
+
--config-name projects/datapaper/finetune/resenc_[dataset]_fewshot.yaml \
|
| 23 |
checkpoint_path=path/to/checkpoint.ckpt
|
| 24 |
```
|
| 25 |
where `[dataset]` is one of `{cerebrum, wmh, isles, atlas, sbm}`.
|