torchcv
torchcv copied to clipboard
ssd training cuda problem
I have trained my own model on fpnssd. And it can work well.
But I tried to run ssd/train.py, the error showed below
It seems like gpu out of memory, but I have trained fpnssd before, there weren't this error.
Is fpnssd's parameter less than origin ssd? Or anything I need to modify?