Hello, I get CUDA out of memory error during mask updating stages when I was training with my own dataset.
This error always occurs when first executing update_gt_mask function, in train.py, line 129, pred = net.forward(img). Before that, the training process is normal.
I am using RTX 4090 and all configurations are the same with the default ones.
Could the problem arise from my dataset and how can I avoid this problem?
Thank you!
Hello, I get CUDA out of memory error during mask updating stages when I was training with my own dataset.
This error always occurs when first executing update_gt_mask function, in train.py, line 129,
pred = net.forward(img). Before that, the training process is normal.I am using RTX 4090 and all configurations are the same with the default ones.
Could the problem arise from my dataset and how can I avoid this problem?
Thank you!