Skip to content

Commit e5caa16

Browse files
authored
Added checkpoint links
1 parent c63e7c2 commit e5caa16

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ for FFHQ
2323

2424
> python train.py --mixing --loss r1 --sched LMDB_PATH
2525
26+
## Checkpoints
27+
28+
Resolution | Model & Optimizer | Running average of generator
29+
-----------|-------------------|------------------------------
30+
128px | [Link](https://drive.google.com/open?id=1Fc0d8tTjS7Fcmr8gyHk8M0P-VMiRNeMl) | 100k iter [Link](https://drive.google.com/open?id=1b4MKSVTbWoY15NkzsM58T0QCvTE9d_Ch)
31+
256px | [Link](https://drive.google.com/open?id=1K2G1p-m1BQNoTEKJDBGAtFI1fC4eBjcd) | 140k iter [Link](https://drive.google.com/open?id=1n01mlc1mPpQyeUnnWNGeZiY7vp6JgakM)
32+
512px | [Link](https://drive.google.com/open?id=1Ls8NA56UnJWGJkRXXyJoDdz4a7uizBtw) | 180k iter [Link](https://drive.google.com/open?id=15lnKHnldIidQnXAlQ8PHo2W4XUTaIfq-)
33+
34+
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.)
35+
36+
2637
## Sample
2738

2839
![Sample of the model trained on FFHQ](doc/sample_ffhq_new.png)

0 commit comments

Comments
 (0)