EDSR-Tensorflow
EDSR-Tensorflow copied to clipboard
ResourceExhaustedError

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.

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