Skip to content

Commit 2702421

Browse files
authored
Update train_NbrReg.py
1 parent e90e018 commit 2702421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

train_NbrReg.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################################################
2-
# Author: Suthee Chaidaroon
2+
# Author: Suthee Un
33
44
################################################################################################################
55

@@ -287,4 +287,4 @@ def run_test():
287287
BestPrec = max(BestPrec, prec)
288288

289289
if BestPrec == prec:
290-
BestRound = iteration
290+
BestRound = iteration

0 commit comments

Comments
 (0)