Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Nov 1, 2024
1 parent d7d6c76 commit 5a3fafa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def train(self, train_dir = "train"):
print(e.stdout)
print(e.stderr)
subprocess.run(
self.train_exe, check=True
self.train_exe
)
# raise
with open("stdout", "r") as trainout:
Expand Down

0 comments on commit 5a3fafa

Please sign in to comment.