Skip to content

Commit 488a8e8

Browse files
committed
Remove google drive dependency in releasing pretrained checkpoint
1 parent 3f1bccb commit 488a8e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ python -m scripts.prepare_dataset thai $FONTSDIR meta/thai_split.json $DUMPDIR
6262

6363
### Pretrained models
6464

65-
For convenience, the minimal size checkpoints are provided by excluding training variables, e.g., momentums in optimizer, discriminator, or non-EMA generator.
65+
For convenience, the minimal size checkpoints are provided by excluding training variables, e.g., momentums in optimizer, discriminator, and non-EMA generator.
6666

67-
- [Checkpoint trained on the Korean-handwriting dataset (Google drive)](https://drive.google.com/file/d/1y_8XDNtawtA2P7-pHbCQ3yGEcFX-9H1R/view?usp=sharing)
68-
- [Checkpoint trained on the Thai-printing dataset (Google drive)](https://drive.google.com/file/d/1z_MqlCiq_7aMo7Rugn_jMOUbAmCLM4Up/view?usp=sharing)
67+
- [Checkpoint trained on the Korean-handwriting dataset](https://github.com/clovaai/dmfont/releases/download/v1.0.0/korean-handwriting.pth)
68+
- [Checkpoint trained on the Thai-printing dataset](https://github.com/clovaai/dmfont/releases/download/v1.0.0/thai-printing.pth)
6969

7070

7171
### Training

0 commit comments

Comments
 (0)