Change the weight config order

This commit is contained in:
henryruhs
2025-03-04 12:19:49 +01:00
parent fea75ff949
commit 18a605e1a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,8 +70,8 @@ adversarial_weight = 1.5
attribute_weight = 10
reconstruction_weight = 20
identity_weight = 20
pose_weight = 0
gaze_weight = 0
pose_weight = 0
expression_weight = 0
```
+1 -1
View File
@@ -32,8 +32,8 @@ adversarial_weight =
attribute_weight =
reconstruction_weight =
identity_weight =
pose_weight =
gaze_weight =
pose_weight =
expression_weight =
[training.trainer]