-
Notifications
You must be signed in to change notification settings - Fork 5
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
test error #5
Comments
It seems that your input image is too large. You may try to crop your image into patches first. |
just 200-300 KB |
i try a smaller image,just 57KB,success |
"Large image" refers to the resolution of image, not the storage size of the image. If you want to try a 2K image, you may need to crop it into patches first. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error occurred when I was testing, only loading a picture, why
RuntimeError: CUDA out of memory. Tried to allocate 87.95 GiB (GPU 0; 44.48 GiB total capacity; 22.69 GiB already allocated; 19.28 GiB free; 23.92 GiB reserved in total by PyTorch)
The text was updated successfully, but these errors were encountered: