torch-srgan
torch-srgan copied to clipboard
A general question
Hi,
I may be missing something very obvious but I see that the adversarial loss is actually not implemented. Is this correct?
Thanks, Omry
Hi, This code only provides the implementation of SRResNet. SRGAN is implemented but the result is not very good.
What do you mean it is implemented? I do not see the adversarial loss.
It's implemented, but I don't provide in this repo.
在 2017年4月30日,13:33,OmrySendik <[email protected]mailto:[email protected]> 写道:
What do you mean it is implemented? I do not see the adversarial loss.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/huangzehao/torch-srgan/issues/10#issuecomment-298212587, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANB22i3HPvVehAiPN0zYkcjSXruAoG5Cks5r1B0pgaJpZM4NMW1k.
It is very misleading to say that it is implemented. I would change this comment.
Sorry for my misleading information. I didn't provide the part of gan since the performance wasn't very good. I will share the codes if I can implement a good result. Thanks.