update cli help text

This commit is contained in:
Starbeamrainbowlabs 2022-10-19 17:31:42 +01:00
parent 200076596b
commit 4d8ae21a45
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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.
""")