Sarita Hedaya
Sarita Hedaya
Same issue. To debug, I ran timing on each portion of training, I was able to identify the source of the largest delay: The computation of the SoftmaxCrossEntropyOHEMLoss occurs on...
Hey there. I have the same error for a different model. Even after removing the importlib uses from my code, still getting the same behavior as described in the #51:...
Does this model support shapes other than 300x300?
same question here, Do I need to modify the layers in `specs` when changing input shape? If so, what is the "formula" to design SSD model based on input shape?...