EDSR-Tensorflow icon indicating copy to clipboard operation
EDSR-Tensorflow copied to clipboard

ResourceExhaustedError

Open xinqingbuhao opened this issue 6 years ago • 1 comments

image

ResourceExhaustedError when i use biger image. Input images data include 147 img with 1500x1500 , i use "--imgsize=100,200..." However my memory is enough 。i set batch-size =1, but the issue is not be resoved.

image

xinqingbuhao avatar May 13 '19 14:05 xinqingbuhao

I'm not sure how "100,200" would be parsed as an image size. You should only pass one number. The python int parser might be treating that as 100200 for image size, which would definitely give you an out of memory error

jmiller656 avatar May 13 '19 17:05 jmiller656