Open mustafacavusoglu opened 8 months ago
how can I use pretrained model weights in model training?
resume = true , load from = "path to your model.pth" or resume = false, load from = "path to your model.pth"
if you use pretrained let pretrained=None
how can I use pretrained model weights in model training?