Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 373 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 373 Bytes

CLIP_OOD

Out-of-distribution with language supervision

Currently we have three options:

  1. evaluate zero shot performance of CLIP: call zero_shot_evaluation_CLIP(image_dataset_name, test_labels, ckpt)

  2. fine-tune CLIP image encoder and test (linear probe): call linear_probe_evaluation_CLIP(image_dataset_name)

  3. play with SkImages: call play_with_skimage()