Skip to content

Commit

Permalink
fix code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Jun 1, 2022
1 parent 85e5eb1 commit 5ebf5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/tests/unittests/test_lr_scheduler.py
Expand Up @@ -755,7 +755,7 @@ def test_scheduler(self):
"anneal_strategy": 'linear',
"phase_pct": 0.2,
"three_phase": True,
}),(cyclic_lr, paddle.optimizer.lr.CyclicLR, {
}), (cyclic_lr, paddle.optimizer.lr.CyclicLR, {
"base_learning_rate": 0.5,
"max_learning_rate": 1.0,
"step_size_up": 15,
Expand Down

0 comments on commit 5ebf5c1

Please sign in to comment.