Skip to content

Commit

Permalink
Fixed gamma for StepLR
Browse files Browse the repository at this point in the history
  • Loading branch information
ancestor-mithril committed May 7, 2024
1 parent 35255b3 commit 86296bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions experiment_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ def generate_runs():
# ('StepBS', {'step_size': 30, 'gamma': 5.0, 'max_batch_size': max_batch_size}),
# ('StepBS', {'step_size': 50, 'gamma': 5.0, 'max_batch_size': max_batch_size}),
#
# ('StepLR', {'step_size': 30, 'gamma': 2.0}),
# ('StepLR', {'step_size': 50, 'gamma': 2.0}),
# ('StepLR', {'step_size': 30, 'gamma': 5.0}),
# ('StepLR', {'step_size': 50, 'gamma': 5.0}),
# ('StepLR', {'step_size': 30, 'gamma': 0.5}),
# ('StepLR', {'step_size': 50, 'gamma': 0.5}),
# ('StepLR', {'step_size': 30, 'gamma': 0.2}),
# ('StepLR', {'step_size': 50, 'gamma': 0.2}),

# ('ExponentialBS', {'gamma': 1.1, 'max_batch_size': 1000}),
# ('ExponentialLR', {'gamma': 0.9}),
Expand Down

0 comments on commit 86296bf

Please sign in to comment.