Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change AFHQ to FFHQ
  • Loading branch information
Luvata authored Mar 27, 2023
1 parent d0fd060 commit e6ea6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ python dataset_tool.py --source=~/downloads/afhqv2/train/wild --dest=~/datasets/
You can train new networks using `train.py`. For example:

```.bash
# Train CREPS for AFHQv2 using 8 GPUs.
python train.py --outdir=~/training-runs --cfg=creps --data=~/datasets/afhqv2-512x512.zip \
# Train CREPS for FFHQ using 8 GPUs.
python train.py --outdir=~/training-runs --cfg=creps --data=~/datasets/ffhq-512x512.zip \
--gpus=8 --batch=32 --gamma=8.2 --mirror=1

# Fine-tune CREPS for MetFaces using 1 GPU, starting from the pre-trained FFHQ pickle.
Expand Down

0 comments on commit e6ea6fd

Please sign in to comment.