Skip to content

Commit 3c6864d

Browse files
authoredJan 14, 2022
Update readme
1 parent 48879cb commit 3c6864d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ We provide a lot of different options for the training. More info about each opt
6666
### Tips:
6767
1. For first epochs we suggest not to use eye detection loss and scheduler if you train from scratch.
6868
2. In case of finetuning model you can variate losses coefficients to make result look more like source identity, or vice versa, save features and attributes of target face.
69-
3. You can change backbone for attribute encoder and num_blocks of AddResBlock using parameters `--backbone` and `--num_blocks`.
70-
4. For finetuning model you can use our pretrain weights for generator and discriminator that are in folder `weights`. We provide weights for models with unet backbone and 1-3 blocks in AddResBlock.
69+
3. You can change backbone for attribute encoder and num_blocks of AAD ResBlk using parameters `--backbone` and `--num_blocks`.
70+
4. For finetuning model you can use our pretrain weights for generator and discriminator that are in folder `weights`. We provide weights for models with unet backbone and 1-3 blocks in AAD ResBlk. The main model is model with 2 blocks in AAD ResBlk.
7171

0 commit comments

Comments
 (0)
Please sign in to comment.