We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8abed2 commit edcc834Copy full SHA for edcc834
README.md
@@ -194,6 +194,8 @@ python test.py test=<test> [OPTIONS]
194
#### Checkpoints:
195
- ``model/ckpt=blip-l-coco``: Default checkpoint for BLIP-L finetuned on COCO.
196
- ``model/ckpt=webvid-covr``: Default checkpoint for CoVR finetuned on WebVid-CoVR.
197
+- ``model/ckpt=fashioniq-all-ft_covr``: Default checkpoint pretrained on WebVid-CoVR and finetuned on FashionIQ.
198
+- ``model/ckpt=cirr_ft-covr+gt``: Default checkpoint pretrained on WebVid-CoVR and finetuned on CIRR.
199
200
#### Training
201
- ``trainer=gpu``: training with CUDA, change ``devices`` to the number of GPUs you want to use.
0 commit comments