diff --git a/src/constants.py b/src/constants.py index 469e604..7285384 100644 --- a/src/constants.py +++ b/src/constants.py @@ -36,7 +36,7 @@ SAMPLE_TIMES = 100 # Generator -LR_G = 0.1 +LR_G = 0.4 LR_PAT_G = 10 L2_G = 0.25 HIDDEN_DIM_G = 150 @@ -45,7 +45,7 @@ LAYERS_G = 1 # Discriminator -LR_D = 0.1 +LR_D = 0.4 LR_PAT_D = 10 L2_D = 0.25 HIDDEN_DIM_D = 150