MANet icon indicating copy to clipboard operation
MANet copied to clipboard

CUDA out of memory

Open sunyclj opened this issue 2 years ago • 3 comments

when run python test.py --opt options/test/test_stage3.yml , input size (1920,1080,3),i want to get the image of size (3840,3160,3),print "CUDA out of memory"error,Is this a normal phenomenon? image

sunyclj avatar Dec 23 '21 11:12 sunyclj

Yes, the input is too large.

JingyunLiang avatar Dec 23 '21 13:12 JingyunLiang

@JingyunLiang Thank you for your answer.if i want to get x2 result, what is the maximum input size supported?

sunyclj avatar Dec 24 '21 01:12 sunyclj

It depends on your image size. You can try it yourself.

JingyunLiang avatar Dec 24 '21 09:12 JingyunLiang