Skip to content

Commit

Permalink
Added checkpoint links
Browse files Browse the repository at this point in the history
  • Loading branch information
rosinality committed Jul 10, 2019
1 parent c63e7c2 commit e5caa16
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e5caa16

Please sign in to comment.