From 156790b383101756e2324dcde63415f00ba94a86 Mon Sep 17 00:00:00 2001 From: adamhrv Date: Sun, 4 Nov 2018 21:44:20 +0100 Subject: . --- notes/frameworks/progress_gan.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 notes/frameworks/progress_gan.md (limited to 'notes/frameworks/progress_gan.md') diff --git a/notes/frameworks/progress_gan.md b/notes/frameworks/progress_gan.md new file mode 100644 index 00000000..580052a3 --- /dev/null +++ b/notes/frameworks/progress_gan.md @@ -0,0 +1,15 @@ +# Progressive GAN + +Progressive Growing of GANs for Improved Quality, Stability, and Variation
– Official TensorFlow implementation of the ICLR 2018 paper + +### Start new training + +- edit `config.py` dataset path +- `desc += '-my_name'; dataset = EasyDict(tfrecord_dir='tf_dir_name'); train.mirror_augment = True;` +`python train.py` +- + +### Resume Training + +- `desc += '-my_name'; dataset = EasyDict(tfrecord_dir='512x512'); train.mirror_augment = True; train.resume_kimg = 5587.8; train.resume_run_id = 11;` +- to get `kimg`, `cat 011_yourproject/log.txt` and find latest kimg number -- cgit v1.2.3-70-g09d2