Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Train on my own dataset #53

Open
jinyu121 opened this issue Jan 16, 2020 · 3 comments
Open

Train on my own dataset #53

jinyu121 opened this issue Jan 16, 2020 · 3 comments

Comments

@jinyu121
Copy link

Hi~

I am training on my own dataset. In stage 2, I get this image(up to down: GT, image feed to the generator, result)

image

As you can see, a darker mask is still on the image.

Have you ever experienced that? Or, what should I do next? Wait for a longer time, or optimize some hyper-parameters? (Now the parameters are copied from your code and not changed)

@shepnerd
Copy link
Owner

The posted results did seem problematic. Did the first stage training converge? Could you share the training loss trend of both first and second stage?

@jinyu121
Copy link
Author

jinyu121 commented Jan 17, 2020

Stage 1:

image

image

image

At last, Stage 1 can get images like this(Up to down: gt, input, output):

image

Tensorboard record of Stage2 crashed😂

Seems I should wait for longer at Stage 1?

( 1st time to try GAN... May have tons of questions😂)

@shepnerd
Copy link
Owner

It seems you need to training the first stage longer since you conduct natural scenes inpainting. Besides, you may reverse the channel order of the shown images. It appears in BRG instead of RGB channels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants