-
Notifications
You must be signed in to change notification settings - Fork 31
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
RuntimeError: CUDA error: out of memory #11
Comments
Hi Minghong-X, |
Thank you for your reply! I'm not running any other programs on this GPU.Just the "NeuralNeighborStyleTransfer-main" program.I tried some ways to solve it, but all failed. The run command I use is:"python styleTransfer.py --content_path PATH_TO_CONTENT_IMAGE --style_path PATH_TO_STYLE_IMAGE --output_path PATH_TO_OUTPUT." And all the error messages are as follows:File "styleTransfer.py", line 55, in
|
I assume you are replacing the PATH_TO_X arguments with actual file paths? |
I tried to do this with a CPU |
Why do I get this error using 3090 with 24GB of memory
RuntimeError: CUDA error: out of memory
Thank you for your answer!!!
The text was updated successfully, but these errors were encountered: