microsoft/Semi-supervised-learning

A Newbie Question: What does classic_cv and usb_cv mean, and what are their difference?

fclof opened this issue · 3 comments

fclof commented
A Newbie Question: What does classic_cv and usb_cv mean, and what are their difference?

class_cv means no pre-trained model is used
usb_cv means pre-trained model is used

fclof commented

Thanks for your explanation!

class_cv means no pre-trained model is used usb_cv means pre-trained model is used

would you please explain more, as my understanding was like this(classic_cv use resnets and usb_cv use vit)