Closed engine210 closed 3 years ago
It's weird that you're getting the error after 2% being trained. What batch size are you using? For sanity check, could you try running on tiny subsets of the dataset, say just 1 sample, then 32 samples, and so on, and see where it breaks.
Closing the issue due to inactivity
I've tried to train with just 32 examples and it works fine.
I also tried to reproduce this error but most of the time I encounter the bug below https://github.com/shivangi-aneja/COSMOS/issues/3#issue-915832803 And after fixing the augmentation problem, none of the above bugs happens again. Thanks for your help!
Hi,
During the training, I've encountered the error below:
My environment is
I installed detectron2 v0.3 (commit 4841e70) with the modified code provided in this repo. I think it's the problem with detectron2 version. May I ask what version (or more specifically which commit) of detectron2 should we use in this project?