FLYP icon indicating copy to clipboard operation
FLYP copied to clipboard

--model=ViT-B/16 instead of ViT-B-16?

Open linhuibin opened this issue 11 months ago • 0 comments

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).

linhuibin avatar Mar 03 '25 14:03 linhuibin