Yet-Another-EfficientDet-Pytorch
Yet-Another-EfficientDet-Pytorch copied to clipboard
My training code is not running
I want to train using the efficientdet code but it doesn't works
It just stop before starting.
[Warning] Don't panic if you see this, this might be because you load a pretrained weigths with different number of classes. the rest of the weights should be loaded already. [info] loaded weights : efficientdet-d8.pth, resuming checkpoint from step:0 and the code stop. just stop at 0%
What is this and how to solve this??
Thank you