-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Retinanet Pretrained models #993
Comments
I think i need to delete the optimizer and scheduler dict, if I am not wrong before using the pre-trained model. |
Update: This did work on my dataset but the inference speed is slower than the faster rcnn resnet50 FPN models! |
@Darshan2701 hi,i have same prolerms like you. i want to retrain my new datasets based on pretrained model_final.pth.And i delete optimizer, scheduler and iteration dict too, it did work when run train_net.py, but finally, has no new model_final.pth file generated,what's wrong ? thx.... |
@tangze5258 Were you able to solve this? |
@tangze5258 I think u need to save the new model_final.pth in a different folder than the one used already as a new pre-trained model. |
❓ Questions and Help
Hi,
I wanted to train retinanet 50 FPN with 2 classes. I downloaded the pre-trained models from #102 and chopped off cls_logits variables to fit my classes. Started train_net.py and it did not train at all, rather it directly went ahead and did the testing part on my test dataset.
Could you please let me know if I am missing some procedure.
The text was updated successfully, but these errors were encountered: