Where can I download the file 'ViT-L-14_state_dict.pt'?
#1
by
YUkI51121
- opened
I have no idea about the source of this file...... :(
may I should use the code below to load the pretrained model?
model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('ViT-L-14', pretrained='openai', cache_dir='the path of pretrained model')
Hello, have you found this parameter