Skip to content

Commit ba3c1f9

Browse files
authored
Update train_VDSH.py
1 parent 2b2498c commit ba3c1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

train_VDSH.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

@@ -238,4 +238,4 @@ def run_test():
238238
BestPrec = max(BestPrec, prec)
239239

240240
if BestPrec == prec:
241-
BestRound = iteration
241+
BestRound = iteration

0 commit comments

Comments
 (0)