From e5caa16e9edcb1a4ddb22206511f9339ead78ad7 Mon Sep 17 00:00:00 2001 From: Kim Seonghyeon Date: Wed, 10 Jul 2019 13:16:53 +0900 Subject: [PATCH] Added checkpoint links --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fe145fa6..266ed400 100755 --- a/README.md +++ b/README.md @@ -23,6 +23,17 @@ for FFHQ > python train.py --mixing --loss r1 --sched LMDB_PATH +## Checkpoints + +Resolution | Model & Optimizer | Running average of generator +-----------|-------------------|------------------------------ +128px | [Link](https://drive.google.com/open?id=1Fc0d8tTjS7Fcmr8gyHk8M0P-VMiRNeMl) | 100k iter [Link](https://drive.google.com/open?id=1b4MKSVTbWoY15NkzsM58T0QCvTE9d_Ch) +256px | [Link](https://drive.google.com/open?id=1K2G1p-m1BQNoTEKJDBGAtFI1fC4eBjcd) | 140k iter [Link](https://drive.google.com/open?id=1n01mlc1mPpQyeUnnWNGeZiY7vp6JgakM) +512px | [Link](https://drive.google.com/open?id=1Ls8NA56UnJWGJkRXXyJoDdz4a7uizBtw) | 180k iter [Link](https://drive.google.com/open?id=15lnKHnldIidQnXAlQ8PHo2W4XUTaIfq-) + +Model & Optimizer checkpoints saved at the end of phases of each resolution. (that is, 512px checkpoint saved at the end of 512px training.) Running average of generator is saved at the specified iterations. So these two are saved at different iterations. (Yes, this is my mistake.) + + ## Sample ![Sample of the model trained on FFHQ](doc/sample_ffhq_new.png)