Image Segmentation
asbjornmunk commited on
Commit
4904e09
·
verified ·
1 Parent(s): 9076855

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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}`.