mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
update cli help
This commit is contained in:
parent
b836f7f70c
commit
3dee3d8908
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ Available subcommands:
|
|||
pretrain Pretrain a contrastive learning model as an encoder.
|
||||
pretrain-predict Make predictions using a trained contrastive learning encoder.
|
||||
pretrain-plot Plot using embeddings predicted using pretrain-predict.
|
||||
train Train an image segmentation head on the output of pretrain-predict. YOU MUST TRAIN A CONTRASTIVE LEARNING MODEL FIRST.
|
||||
|
||||
For more information, do src/index.py <subcommand> --help.
|
||||
""")
|
||||
|
|
Loading…
Reference in a new issue