Yunfei Zang

Results 3 comments of Yunfei Zang

> > you can try the code next. `model, preprocess = clip.from_pretrained("model_path")` > > ``` > model, preprocess = clip.from_pretrained(model_path) > ``` > > AttributeError: module 'cn_clip.clip' has no attribute...

I also met the same question, after I added new images and labels in my own datasets. I deleted the added images and labels, then the model can be trained....