Skip to content

Commit

Permalink
FIX: learning rates
Browse files Browse the repository at this point in the history
  • Loading branch information
User3574 committed Aug 3, 2023
1 parent 1941428 commit df19960
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions use-cases/zebra2horse/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,19 @@ trainer:
gen_F_optimizer: {
class_name: "Adam",
config: {
learning_rate: 2e-4,
beta_1: 0.5
learning_rate: 0.001
}
}
disc_X_optimizer: {
class_name: "Adam",
config: {
learning_rate: 2e-4,
beta_1: 0.5
learning_rate: 0.001
}
}
disc_Y_optimizer: {
class_name: "Adam",
config: {
learning_rate: 2e-4,
beta_1: 0.5
learning_rate: 0.001
}
}
loggers: [
Expand Down

0 comments on commit df19960

Please sign in to comment.