FLYP
FLYP copied to clipboard
--model=ViT-B/16 instead of ViT-B-16?
Thanks for sharing this very cool work! Does the clip model call the openclip instead clip.load? According to the script you provided '--model=ViT-B/16 ' , that is, clip.load should be run. But clip.load only returns 2 values, and your repo returns three values. self.model, self.train_preprocess, self.val_preprocess = clip.load(args.model, args.device, jit=False).