We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c31e16 commit b364910Copy full SHA for b364910
README.md
@@ -75,6 +75,8 @@ For faster convergence and better results, a large batch size (more than 16) is
75
76
***We recommend training more than 400K iterations (batch size is 16), 600K~800K will be better, more iterations will not be recommended.***
77
78
+VGGFace2 is not a toy dataset like Cifar or Minist that takes a lot of time to learn.
79
+
80
```
81
python train.py --name simswap224_test --batchSize 8 --gpu_ids 0 --dataset /path/to/VGGFace2HQ --Gdeep False
82
0 commit comments