From 5c7c44f10c3cda2b8d69255f5236ce1780c70188 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 14 Jan 2021 21:09:16 -0800 Subject: [PATCH] capitalize --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 2518f13dcbfa..af96a10b3586 100644 --- a/train.py +++ b/train.py @@ -361,7 +361,7 @@ def train(hyp, opt, device, tb_writer=None, wandb=None): if tb_writer: tb_writer.add_scalar(tag, x, epoch) # tensorboard if wandb: - wandb.log({tag: x, 'epoch': epoch}) # W&B + wandb.log({tag: x, 'Epoch': epoch}) # W&B # Update best mAP fi = fitness(np.array(results).reshape(1, -1)) # weighted combination of [P, R, mAP@.5, mAP@.5-.95]