zhuaiyi
zhuaiyi
I've met the same problem: [>>>>>>>>>>>>> ] 20/76, 0.3 task/s, elapsed: 59s, ETA: 165s Traceback (most recent call last): ... RuntimeError: CUDA out of memory. Tried to allocate 3.30 GiB...
> I solved the problem by using bigger GPU capacity. Minimum capacity of GPU per core seems to be 16GB Do you mean that you changed a better GPU? That...
Take a try by changing all "AT_CHECK" to "TORCH_CHECK". It works with my RTX3070.
I have met the same problem. Unsolved yet.