Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTeselkin committed Jul 6, 2023
1 parent 9b22af6 commit 4314da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ def on_results_file_changed(filepath, pbar):
if len(devices) == 1:
device = device[0]
else:
device = devices
device = ",".join(str(el) for el in devices)

# for debug only
print("--------------Devices:--------------")
Expand Down

0 comments on commit 4314da6

Please sign in to comment.