Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiePython authored Apr 2, 2022
1 parent e08d5f4 commit 166932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ python finetune.py --ckpt checkpoint/stylegan2-ffhq-config-fine.pt --size 1024 -
```

I recommend to finetune using multi-gpus by adding 'CUDA_VISIBLE_DEVICES=0,1,2,3'. Try reducing the batch-size and n_sample
to support a single gpu. Given a latent code corresponding to a non-real human face, you can edit it using the Editing Network trained in step 4, but produce results with the finetuned checkpoint.
to support a single gpu. Given a latent code corresponding to a non-real human face, you can edit it using the Editing Network trained in step 4, but produce results with the finetuned checkpoint. You can directly download the finetuned models from [here](https://drive.google.com/drive/folders/13StJr2xP4MTxOyrfRK_q_soBhZQo1xG3?usp=sharing).

```
ppython evaluate.py --name shape --model RIGModelS --load_apnet_epoch 80
Expand Down

0 comments on commit 166932a

Please sign in to comment.