Generative-Image-Inpainting
Generative-Image-Inpainting copied to clipboard
how to use --resume to continue train?
I want to use my data to continue training on your weight model, but following python train.py --resume is actually trained from scratch. Can you give me some advice? thank you.
Now the issue should be solved. Please remember to specify the right directory in src/train.py#L23.
Now the issue should be solved. Please remember to specify the right directory in src/train.py#L23.
Thank you for your assistance. However, I have another question regarding the weights you uploaded. The CelebA|Places weights correspond to the generator, but in order to continue training my own datasets using these weights, I require the discriminator weights. I would greatly appreciate it if you could upload the discriminator weights for me.