From b93603b8993019a29a3f0e179c91ec7a0cb6141c Mon Sep 17 00:00:00 2001 From: chenxuanhong Date: Fri, 22 Apr 2022 02:15:30 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e7e44d..424eaed 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,9 @@ If you find this project useful, please star it. It is the greatest appreciation [Preparation](./docs/guidance/preparation.md) -Download the dataset from [VGGFace2-HQ](https://github.com/NNNNAI/VGGFace2-HQ). - The training script is slightly different from the original version, e.g., we replace the patch discriminator with the projected discriminator, which saves a lot of hardware overhead and achieves slightly better results. -In order to ensure normal training, the batch size must be greater than 1. + +In order to ensure the normal training, the batch size must be greater than 1. - Train 224 models with VGGFace2 224*224 [VGGFace2-224 (10.8G)](https://drive.google.com/file/d/19pWvdEHS-CEG6tW3PdxdtZ5QEymVjImc/view?usp=sharing) ```