Skip to content

Commit

Permalink
Increaset LR
Browse files Browse the repository at this point in the history
  • Loading branch information
josepdecid committed Apr 13, 2019
1 parent f6c6fe2 commit 69fed14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 69fed14

Please sign in to comment.