You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the work and for releasing the code! We hope to use this on our robot.
I also appreciate how well all of the learning parameters are documented.
In the paper, Section "3.4 Training" lists the following learning rates for the Adam optimizer:
discriminator: 0.0001
generator: 0.0005
The code provided uses:
discriminator: 0.00005
generator: 0.0001
Is this a typo (both switching dis and gen, and missing a '0')? Did you change the learning rates after writing the paper?
The text was updated successfully, but these errors were encountered:
Thanks for the work and for releasing the code! We hope to use this on our robot.
I also appreciate how well all of the learning parameters are documented.
In the paper, Section "3.4 Training" lists the following learning rates for the Adam optimizer:
discriminator: 0.0001
generator: 0.0005
The code provided uses:
discriminator: 0.00005
generator: 0.0001
Is this a typo (both switching dis and gen, and missing a '0')? Did you change the learning rates after writing the paper?
The text was updated successfully, but these errors were encountered: