You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for your work, and I have a question about open_clip.create_model_and_transforms.
pretorianed = path/to/clip_model.bin
model, _, preprocess = open_clip.create_model_and_transforms('EVA02-E-14-plus',pretrained=pretrained)
but there are something wrong with that. it takes a few minutes to create model, and I found the memory of this model(I don's create other model) is 20GB. and I change pretrained = None, it can also create the model for a long time , and the memory is also 20GB.
this bug makes me fuses a long time, if it's ok, I need your help. thanks.
The text was updated successfully, but these errors were encountered:
thanks for your work, and I have a question about open_clip.create_model_and_transforms.
pretorianed = path/to/clip_model.bin
model, _, preprocess = open_clip.create_model_and_transforms('EVA02-E-14-plus',pretrained=pretrained)
but there are something wrong with that. it takes a few minutes to create model, and I found the memory of this model(I don's create other model) is 20GB. and I change pretrained = None, it can also create the model for a long time , and the memory is also 20GB.
this bug makes me fuses a long time, if it's ok, I need your help. thanks.
The text was updated successfully, but these errors were encountered: