From d93daf9e5f64a1179418e7136814c1e9dd3504d7 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 3 Mar 2025 12:15:01 +0100 Subject: [PATCH] Introduce batch mode via config for equal and same batches --- face_swapper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/face_swapper/README.md b/face_swapper/README.md index 86731ef..c52cf60 100644 --- a/face_swapper/README.md +++ b/face_swapper/README.md @@ -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 ```