taki0112 / StyleGAN-Tensorflow

Simple & Intuitive Tensorflow implementation of StyleGAN (CVPR 2019 Oral)
MIT License
211 stars 60 forks source link

Saving and closing in the middle of training #19

Open theaimeltus opened 4 years ago

theaimeltus commented 4 years ago

So, I'm currently training on a dataset but since I have only 1 GPU, the process takes very long and it can only save a checkpoint automatically after 1000 steps... so is there a way to save and close checkpoint manually at any intervals?