Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
fix indent style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuyume committed Jul 5, 2017
1 parent 973c0f8 commit 703ad10
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/ssd/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,9 @@ def main():
trainer.extend(extensions.LogReport(trigger=log_interval))
trainer.extend(extensions.observe_lr(), trigger=log_interval)
trainer.extend(extensions.PrintReport(
[
'epoch', 'iteration', 'lr',
'main/loss', 'main/loss/loc', 'main/loss/conf',
'validation/main/map']),
['epoch', 'iteration', 'lr',
'main/loss', 'main/loss/loc', 'main/loss/conf',
'validation/main/map']),
trigger=log_interval)
trainer.extend(extensions.ProgressBar(update_interval=10))

Expand Down

0 comments on commit 703ad10

Please sign in to comment.