mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
update cli help text
This commit is contained in:
parent
200076596b
commit
4d8ae21a45
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ Available subcommands:
|
|||
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.
|
||||
train-predict Make predictions using a model trained through the train subcommand.
|
||||
|
||||
For more information, do src/index.py <subcommand> --help.
|
||||
""")
|
||||
|
|
Loading…
Reference in a new issue