Closed tremblerz closed 6 years ago
Hard to tell without more details such as the pytorch version. If you use pytorch 0.4, be sure to wrap the validation scripts into torch.no_grad()
as otherwise you would get OOM. I would also try smaller batch sizes and check the memory consumption during training & validation.
Thank you, that solves the issue.
Thanks. https://github.com/dragen1860/DARTS-PyTorch Here is the darts version supporting pytorch 1.0.
I am using V100 gpu which has 16G memory. Here is the error log-