Closed anhtienng closed 7 months ago
preprocess_train is for (pre)-training yes, and preprocess_val is for validation and evaluation yes.
I'd test out what works best for your dataset, I'd test out adding a head so 512 -> N_classes, or skipping that layer and getting features from deeper layers depending on the needs, keep the other parameters the same, and eval to see what works better.
Thanks.
Thanks
Hi, thank you for your work.
I am adapt your model to my dataset,
_, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:wisdomik/QuiltNet-B-32')
Is it correct ?