Introduce batch mode via config for equal and same batches

This commit is contained in:
henryruhs
2025-03-03 12:15:01 +01:00
parent 3a61da8bab
commit d93daf9e5f
+1 -1
View File
@@ -29,7 +29,7 @@ This `config.ini` utilizes the MegaFace dataset to train the Face Swapper model.
[training.dataset]
file_pattern = .datasets/vggface2/**/*.jpg
warp_template = vgg_face_hq_to_arcface_128_v2
batch_mode = same
batch_mode = equal
batch_ratio = 0.2
```