weight_decay fix

This commit is contained in:
Glenn Jocher 2019-08-28 16:18:18 +02:00
parent 23dfeacfcd
commit 93b72d059e
1 changed files with 1 additions and 1 deletions

View File

@ -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