Skip to content

Commit

Permalink
update commands for (FFHQ-1024, VoxCeleb)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanspike authored Sep 9, 2021
1 parent c4cbd22 commit 27356ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ python -W ignore evaluate.py \
#### (FFHQ-1024, VoxCeleb)
Collect the PCA components from a pre-trained image generator.
```
sh script/ffhq_1024-vox/run_get_stats_pca.sh
sh script/ffhq-vox/run_get_stats_pca_1024.sh
```
Train the model
```
sh script/ffhq_1024-vox/run_train.sh
sh script/ffhq-vox/run_train_1024.sh
```
Inference
```
sh script/ffhq_1024-vox/run_evaluate.sh
sh script/ffhq-vox/run_evaluate_1024.sh
```
#### (AFHQ, VoxCeleb)
Collect the PCA components from a pre-trained image generator.
Expand Down

0 comments on commit 27356ba

Please sign in to comment.