Skip to content

Commit f0d01e3

Browse files
author
Yuhong Li
committed
line 46 fixed
1 parent 49bda70 commit f0d01e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def main():
4343

4444
args = parser.parse_args()
4545
args.original_lr = 1e-7
46-
args.lr = 1e-7
46+
args.lr = 1e-7
4747
args.batch_size = 1
4848
args.momentum = 0.95
4949
args.decay = 5*1e-4

0 commit comments

Comments
 (0)