Skip to content

Commit 65b5cfd

Browse files
committed
update
1 parent 6e894fc commit 65b5cfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Flat and anneal lr scheduler in pytorch
1+
## Flat and anneal lr scheduler in pytorch
22

33
`warmup_method`:
44
* `linear`
@@ -12,10 +12,10 @@
1212
* `linear`
1313
* `exp`
1414

15-
# Usage:
15+
## Usage:
1616
See `test_flat_and_anneal()`.
1717

18-
# Convention
18+
## Convention
1919
* The scheduler should be applied by iteration (or by batch) instead of by epoch.
2020
* `anneal_point` and `steps` are the percentages of the total iterations.
2121
* `init_warmup_lr = warmup_factor * base_lr`

0 commit comments

Comments
 (0)