SRCNN-Tensorflow
SRCNN-Tensorflow copied to clipboard
test_image problem
I set the 'is_train' to False, but I find the size of 'test_image.png' is 336*336 and it seems the test image resolution is very low . Can anyone help me?
I set the 'is_train' to False, but I find the size of 'test_image.png' is 336*336 and it seems the test image resolution is very low . Can anyone help me?
i also meet this issue. Do u know reasons now?
I set the 'is_train' to False, but I find the size of 'test_image.png' is 336*336 and it seems the test image resolution is very low . Can anyone help me? Have you dealt with it?
Why i set 'is_train' to False but it started training again?
Why i set 'is_train' to False but it started training again?
maybe u need change it in main.py and it works for me
Why i set 'is_train' to False but it started training again?
because the command is false. you need give command is: python main.py --is_train=False --stride 21
Why i set 'is_train' to False but it started training again?
maybe u need change it in main.py and it works for me
how to change