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

test_image problem

Open lmz123321 opened this issue 6 years ago • 6 comments

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?

lmz123321 avatar Jul 23 '18 02:07 lmz123321

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?

xinqingbuhao avatar Apr 16 '19 09:04 xinqingbuhao

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?

yangyingni avatar May 07 '19 14:05 yangyingni

Why i set 'is_train' to False but it started training again?

kaizen0890 avatar May 26 '19 07:05 kaizen0890

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

rinabell avatar Jul 18 '19 08:07 rinabell

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

Lininggggggg avatar Dec 08 '19 12:12 Lininggggggg

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

pepper725 avatar Jun 15 '24 04:06 pepper725