-
Notifications
You must be signed in to change notification settings - Fork 93
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
What about the hardware configuration? #5
Comments
@qinxiaoyu222 We train & test our network on a single NVIDIA Titan X GPU. You shall be able to run it on a GPU with 12GB memory. |
Thank you very much. My GPU is NVIDIA GtX1080 with 8GBmemory. |
@qinxiaoyu222 I think you encounter the "out of memory" issue, our model use nearly all the 12GB memory for better performance. You can try down sampling the resolution of the input image by a factor of 2 and change the related network structure to fit this resolution. In this way you shall be able to run the experiments. Alternatively you can try it on a GPU with 12GB memory. |
@zouchuhang Thank you very much, I try it. |
Mine is 1080Ti with 11GB memory, and I still get the "out the memory" error, is there anyway to work around besides down sampling the resolution? thx |
@zoubochao I checked "driver_pano_joint.lua" and it needed around 10.969GB to run, nearly touch to your 11GB memory limitation. If you don't want to down sample the resolution, it's better to locally get a Titan xp GPU with 12GB memory, or try running the network on paid public servers like AWS. |
|
Hardware operating environment is a number of gpu or server?
The text was updated successfully, but these errors were encountered: