summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Codes/training_hyper_params/hyper_params.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/Codes/training_hyper_params/hyper_params.ini b/Codes/training_hyper_params/hyper_params.ini
index 7af82a7..66b6e78 100644
--- a/Codes/training_hyper_params/hyper_params.ini
+++ b/Codes/training_hyper_params/hyper_params.ini
@@ -49,7 +49,8 @@ ALPHA_NUM = 1
# the percentage of the adversarial loss to use in the combined loss
LAM_ADV = 0.05
# the percentage of the lp loss to use in the combined loss,
-# we found in smaller lp is slightly better in avenue, but not too much difference.
+# we found in smaller lp is slightly better in avenue, but not too much difference
+# LAM_LP = 1 is 84.9, LAM_LP = 0 may arrive to 85.1
LAM_LP = 0
# the percentage of the GDL loss to use in the combined loss
LAM_GDL = 1