From 93b72d059ee5e6f1d1e012aa3aff2e0edf4f94c2 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 28 Aug 2019 16:18:18 +0200 Subject: [PATCH] weight_decay fix --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index c53f5039..b638a22e 100644 --- a/test.py +++ b/test.py @@ -184,7 +184,7 @@ def test(cfg, cocoEval.summarize() map = cocoEval.stats[1] # update mAP to pycocotools mAP except: - print('WARNING: pycocotools not installed, can not compute official COCO mAP') + print('WARNING: missing dependency pycocotools from requirements.txt. Can not compute official COCO mAP.') # Return results maps = np.zeros(nc) + map