LeeDoYup / AnoGAN-tf

Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
MIT License
270 stars 92 forks source link

additional training .. #36

Open meanzee opened 4 years ago

meanzee commented 4 years ago

Thank you for your AnoGAN.

I have two questions. First, It goes out because of a lack of capacity while studying. I use my data with the size of 1024, batch size of 1

Second, I want to additional training. What should I say on the command ?

burgetrm commented 4 years ago

If there is a pretrained model in checkpoint directory with the given shape (dataset name, batch size, output width, output height), the model is being loaded by default before the training.