From c7d85f89e69c74e97bf7485b064c07487d31faae Mon Sep 17 00:00:00 2001 From: torzdf <36920800+torzdf@users.noreply.github.com> Date: Wed, 1 Sep 2021 11:16:15 +0100 Subject: [PATCH] Bugfix: Phaze-A Correct documentation for original encoder input size --- plugins/train/model/phaze_a_defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/train/model/phaze_a_defaults.py b/plugins/train/model/phaze_a_defaults.py index 5d632f76a1..15d33123b8 100644 --- a/plugins/train/model/phaze_a_defaults.py +++ b/plugins/train/model/phaze_a_defaults.py @@ -142,7 +142,7 @@ "each variant is: b0: 224px, b1: 240px, b2: 260px, b3: 300px, b4: 380px, b5: 456px, " "b6: 528px, b7 600px. Ref: Rethinking Model Scaling for Convolutional Neural " "Networks (2020): https://arxiv.org/abs/1905.11946" - "\n\tfs_original: (32px - 320px). A configurable variant of the original facewap " + "\n\tfs_original: (32px - 160px). A configurable variant of the original facewap " "encoder. ImageNet weights cannot be loaded for this model. Additional parameters " "can be configured with the 'fs_enc' options. A version of this encoder is used in " "the following models: Original, Original (lowmem), Dfaker, DFL-H128, DFL-SAE, IAE, "