Skip to content

Commit 2e97d44

Browse files
committed
Fixing train.py after bad commit
1 parent 52a7ce1 commit 2e97d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/training/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@
106106
with open(output_path, "w") as outfile:
107107
json.dump(run_id, outfile)
108108

109-
run.complete()
109+
run.complete()

0 commit comments

Comments
 (0)