Skip to content

Commit

Permalink
Replaces #159
Browse files Browse the repository at this point in the history
closes #159
  • Loading branch information
r9y9 authored Jun 11, 2019
1 parent 5897eed commit 1c75289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ def restore_parts(path, model):
else:
log_event_path = "log/run-test" + str(datetime.now()).replace(" ", "_")
print("Log event path: {}".format(log_event_path))
writer = SummaryWriter(log_dir=log_event_path)
writer = SummaryWriter(log_event_path)

# Train!
try:
Expand Down

0 comments on commit 1c75289

Please sign in to comment.