Closed albertofernandezvillan closed 1 year ago
Hello, to get a model without pre-trained weights, you should remove the relevant part (pretrained_weights="coco"
). This is applicable to any model.
For more information regarding the API, please read the docs, here is the relevant part
Thanks, and what about "I used pre-trained weights for training YOLONAS (fine-tune my model on my dataset), I cannot use it in commercial applications. Is it right?"
@albertofernandezvillan You are right.
If we use the pre-trained models for knowledge distillation to pre-train the Yolo-NAS from scratch, we're not strictly using the weights. In this case, can we get round the licence ?
As far as I understand for the license, if I used pre-trained weights for training YOLONAS (fine-tune my model on my dataset), I cannot use it in commercial applications. Is it right?
If so, when training:
how to change this and train it from scratch?