jmiller656 / EDSR-Tensorflow

Tensorflow implementation of Enhanced Deep Residual Networks for Single Image Super-Resolution
MIT License
330 stars 107 forks source link

ResourceExhaustedError #45

Open xinqingbuhao opened 5 years ago

xinqingbuhao commented 5 years ago

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

jmiller656 commented 5 years ago

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