Closed Dawars closed 4 years ago
I've been training the model with default parameters for 60 epoch now on COCO (2017) and I'm not getting the expected performance
The command I used: python keras_retinanet/bin/train.py --tensorboard-dir ./logs_coco_vanilla --gpu 0 --steps 10000 --compute-val-loss --epochs 100 --batch-size 1 coco /workspace/datasets/coco
python keras_retinanet/bin/train.py --tensorboard-dir ./logs_coco_vanilla --gpu 0 --steps 10000 --compute-val-loss --epochs 100 --batch-size 1 coco /workspace/datasets/coco
I'm training on a GTX 1080 Ti.
Is this normal? If now, what could be the cause?
I am also getting low mAP. first epoch's mAP is 0.0017. I am using ResNet50 backbone on my own dataset. I did not make any changes in the program. Is it normal or do I need to make some changes?
I've been training the model with default parameters for 60 epoch now on COCO (2017) and I'm not getting the expected performance
The command I used:
python keras_retinanet/bin/train.py --tensorboard-dir ./logs_coco_vanilla --gpu 0 --steps 10000 --compute-val-loss --epochs 100 --batch-size 1 coco /workspace/datasets/coco
I'm training on a GTX 1080 Ti.
Is this normal? If now, what could be the cause?