phillipi / pix2pix

Image-to-image translation with conditional adversarial nets

Home Page:https://phillipi.github.io/pix2pix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to avoid overfitting while training over 200epoch?

Chanuku opened this issue · comments

overfitting

as written on title, I'm finding for the hints to avoid overfitting while training over 200epoch

I tried to change learning rate, but it didn't work

It seems that your learning rate has turned negative. This might cause the training failure.

Thanks for the reply,

If you know, can you give me any clue about which parameter should I fix to avoid this?

You need to update your learning rate decay policy.