I’m trying to train a model using this code GitHub - toandaominh1997/EfficientDet.Pytorch: Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch but such a mistake comes out, what should I do?
This generally indicates that the backward pass is failing because the way the gradient flow is taking place is breaking down because one of the components is breaking the pass.
I imagine the model itself seems faulty.