ARCNN-pytorch icon indicating copy to clipboard operation
ARCNN-pytorch copied to clipboard

why??my result is not RGB

Open pogevip opened this issue 5 years ago • 10 comments

image

pogevip avatar Oct 09 '19 11:10 pogevip

hi, maybe you need set the epoch a bigger number, say 1000, and try again. it works from my experience.

chunleiguo avatar Oct 11 '19 07:10 chunleiguo

I also got the same results.

developer0hye avatar Oct 17 '19 04:10 developer0hye

@pogevip In my case, this problem was solved when training the model with lower batch size like 4, 8, and 16.

developer0hye avatar Oct 17 '19 05:10 developer0hye

@pogevip In my case, this problem was solved when training the model with lower batch size like 4, 8, and 16.

Sorry for disturb you, can you tell me the pytorch version, tensorflow version, cuda version and cudnn version that you have used when train the code? I got some problem in running the code

lordbutters avatar Mar 27 '20 12:03 lordbutters

@lordbutters I used pytorch version 1.0 >= and 1.2 <=. maybe...

developer0hye avatar Mar 28 '20 06:03 developer0hye

@pogevip In my case, this problem was solved when training the model with lower batch size like 4, 8, and 16.

sorry,In my case, I can not get the RGB picture when training the model with lower batch size like 4, 8, and 16. And I do not know why~

CYTomGithub avatar Aug 28 '20 06:08 CYTomGithub

In my case, the values of RGB channels in result picture come so close (e.g. 20/23/32) which contributes to its gray outlook.

Charrrrrlie avatar Jan 06 '21 08:01 Charrrrrlie

In my case, the values of RGB channels in result picture come so close (e.g. 20/23/32) which contributes to its gray outlook.

Any advice to avoid this problem?

ZhangYuef avatar Jun 14 '21 12:06 ZhangYuef

In my case, the values of RGB channels in result picture come so close (e.g. 20/23/32) which contributes to its gray outlook.

Any advice to avoid this problem?

I think you can absorb the comments of chunleiguo and developerOhye in training FOR A BETTER WEIGHT. (I've done that months ago. I may not remember much detail.)

Charrrrrlie avatar Jun 14 '21 14:06 Charrrrrlie

In my case, the values of RGB channels in result picture come so close (e.g. 20/23/32) which contributes to its gray outlook.

Any advice to avoid this problem?

I think you can absorb the comments of chunleiguo and developerOhye in training FOR A BETTER WEIGHT. (I've done that months ago. I may not remember much detail.)

Thanks for reply! I will try.

ZhangYuef avatar Jun 14 '21 15:06 ZhangYuef