-
Hi @rwightman , Thank you for your amazing work. I having difficulty evaluating trained model. I trained model for 100 epoch and wanted to evaluate trained model using validate.py, but I am getting following error. """ I trained model using following command. ./distributed_train.sh 2 ~/models/datasets/coco/ --model efficientdet_d0 -b 12 --amp --lr 0.009 --sync-bn --warmup-epochs 5 --lr-noise 0.4 0.9 --model-ema --model-ema-decay 0.9999 --smoothing 0.05 Evaluation using following command. python validate.py ~/models/datasets/coco/ --model tf_efficientdet_d0 --checkpoint output/train/20220315-062951-efficientdet_d0/checkpoint-83.pth.tar --use-ema Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@purvang3 you are training and validating with different models, |
Beta Was this translation helpful? Give feedback.
@purvang3 you are training and validating with different models,
tf_
prefix has extra bias layers and different padding.... remove the tf_ from the model name for validation