Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jan 22, 2020
1 parent 6ba6181 commit 578e7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Expand Up @@ -326,7 +326,7 @@ def train():
with open(results_file, 'a') as f:
f.write(s + '%10.3g' * 7 % results + '\n') # P, R, mAP, F1, test_losses=(GIoU, obj, cls)
if len(opt.name) and opt.bucket:
os.system('gsutil cp results.txt gs://%s/results%s.txt' % (opt.bucket, opt.name))
os.system('gsutil cp results.txt gs://%s/results/results%s.txt' % (opt.bucket, opt.name))

# Write Tensorboard results
if tb_writer:
Expand Down

0 comments on commit 578e7f9

Please sign in to comment.