From 47e5c25351c6f75e6b12362ce3f4329fbb06ad4d Mon Sep 17 00:00:00 2001 From: chenxuanhong Date: Fri, 22 Apr 2022 02:17:16 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 424eaed..c49228b 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ The training script is slightly different from the original version, e.g., we re In order to ensure the normal training, the batch size must be greater than 1. +Friendly reminder, due to the difference in training settings, the user-trained model will have subtle differences in visual effects from the pre-trained model we provide. + - Train 224 models with VGGFace2 224*224 [VGGFace2-224 (10.8G)](https://drive.google.com/file/d/19pWvdEHS-CEG6tW3PdxdtZ5QEymVjImc/view?usp=sharing) ``` python train.py --name simswap224_test --batchSize 4 --gpu_ids 0 --dataset /path/to/VGGFace2HQ --Gdeep False