isaaccorley commited on
Commit
92c1512
·
verified ·
1 Parent(s): 55d4fe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ from open_clip.factory import create_model_and_transforms
19
  from timm.models.vision_transformer import _convert_openai_clip
20
 
21
 
22
- path = "checkpoints/CLIP_ViT_L14_LAION_RS/epoch_20.pt"
23
  encoder = "ViT-L-14"
24
  model, _, preprocess_val = create_model_and_transforms(encoder, path, weights_only=False)
25
  print(preprocess_val)
 
19
  from timm.models.vision_transformer import _convert_openai_clip
20
 
21
 
22
+ path = "CLIP_ViT_L14_LAION_RS/epoch_20.pt"
23
  encoder = "ViT-L-14"
24
  model, _, preprocess_val = create_model_and_transforms(encoder, path, weights_only=False)
25
  print(preprocess_val)