Adjust the weights in README

This commit is contained in:
henryruhs
2025-03-12 23:02:26 +01:00
parent bdd7fd0d86
commit b5efcbe44a
+4 -4
View File
@@ -77,11 +77,11 @@ num_filters = 16
[training.losses]
adversarial_weight = 1.0
attribute_weight = 10.0
reconstruction_weight = 20.0
reconstruction_weight = 10.0
identity_weight = 20.0
gaze_weight = 0.0
pose_weight = 0.0
expression_weight = 0.0
gaze_weight = 0.05
pose_weight = 0.05
expression_weight = 0.05
```
```