We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这边尝试在自己的机子上跑您的代码,2080ti 11GB,但只有5way-1shot的ConvNet能跑起来,5shot或者是ResNet12都会出现类似 RuntimeError: CUDA out of memory. Tried to allocate 36.00 MiB (GPU 0; 10.76 GiB total capacity; 9.33 GiB already allocated; 56.69 MiB free; 219.71 MiB cached) 的问题。想知道您这边运行是的gpu是?看了下您的论文也没有提到gpu这块。
The text was updated successfully, but these errors were encountered:
可以试一下调小batch size。
Sorry, something went wrong.
你好,
1shot的convnet和resnet12是用的2080ti单卡训练,resnet18和wrn以及5shot基本是v100。如果显存不够可尝试调小batchsize或者多卡来跑(num_gpu需要调整)
No branches or pull requests
这边尝试在自己的机子上跑您的代码,2080ti 11GB,但只有5way-1shot的ConvNet能跑起来,5shot或者是ResNet12都会出现类似
RuntimeError: CUDA out of memory. Tried to allocate 36.00 MiB (GPU 0; 10.76 GiB total capacity; 9.33 GiB already allocated; 56.69 MiB free; 219.71 MiB cached)
的问题。想知道您这边运行是的gpu是?看了下您的论文也没有提到gpu这块。
The text was updated successfully, but these errors were encountered: