You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used resnet20 on cifar10, after several iter, it raise the error:
grads = torch.autograd.grad(loss_meta, meta_net.params(), create_graph=True)
File "/usr/local/lib/python3.5/dist-packages/torch/autograd/init.py", line 145, in grad
inputs, allow_unused)
RuntimeError: CUDA out of memory. Tried to allocate 14.50 MiB (GPU 0; 10.92 GiB total capacity; 10.04 GiB already allocated; 3.50 MiB free; 127.91 MiB cached)
but baseline runs normally.
The text was updated successfully, but these errors were encountered:
When I used resnet20 on cifar10, after several iter, it raise the error:
grads = torch.autograd.grad(loss_meta, meta_net.params(), create_graph=True)
File "/usr/local/lib/python3.5/dist-packages/torch/autograd/init.py", line 145, in grad
inputs, allow_unused)
RuntimeError: CUDA out of memory. Tried to allocate 14.50 MiB (GPU 0; 10.92 GiB total capacity; 10.04 GiB already allocated; 3.50 MiB free; 127.91 MiB cached)
but baseline runs normally.
The text was updated successfully, but these errors were encountered: