-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
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
GPU size error? #1
Comments
Dependent on input image resolution size, but with 11G you should be able to handle fairly large images of at least 1024x1024 although likely quite a bit more. Make sure you have latest pytorch/cuda/cudnn (cudnn makes a big difference in my experience). |
The same problem with nvidia K1000 Processing fig06_danshi.png...THCudaCheck FAIL file=/pytorch/torch/lib/THC/generic/THCStorage.c line=82 error=2 : out of memory image size is 170x224 |
@bobbens Thanks! I have run it on my MACBOOK PRO without CUDA,and the python version is 3.6.maybe the reason is python version is 3.6 not 2.7.It's a very amazing job,but the effect is still not ideal. Do you have a plan to release your code of your network structure? I want to do some work on your basis. |
The same problem with nvidia K5200 |
@ygren the network structure is actually included in the .t7 file. |
i have using Cuda 9.1, Cudnn 7.5, and a GTX 1080,but when i run all the demo cmd, |
GTX 1050 Ti gives the same error (RuntimeError: CUDA error: out of memory), someone solve it? |
when I execute this command: python simplify.py
the error as follows:
THCudaCheck FAIL file=/pytorch/torch/lib/THC/generic/THCStorage.cu line=58 error=2 : out of memory
My GPU is 1080TI 11G, can you tell me how much computing resources are required for your model?
Thanks!
The text was updated successfully, but these errors were encountered: