Skip to content

Commit

Permalink
new line
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravkdeo committed Apr 17, 2023
1 parent 8758442 commit 8b91a71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yolox/core/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,5 @@ def save_ckpt(self, ckpt_name, update_best_ckpt=False, ap=None):
"best_ap": self.best_ap,
"curr_ap": ap
}
)
)

0 comments on commit 8b91a71

Please sign in to comment.