From 883ddcc6824a959c502ca1137727428550f3b957 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 25 Aug 2019 20:35:15 +0200 Subject: [PATCH] updates --- models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.py b/models.py index be2d3239..18bcb465 100755 --- a/models.py +++ b/models.py @@ -79,7 +79,7 @@ def create_modules(module_defs, img_size, arc): try: if arc == 'defaultpw': # default with positive weights b = [-4, -3.6] # obj, cls - if arc == 'default': # default no pw (40 cls, 80 obj) + elif arc == 'default': # default no pw (40 cls, 80 obj) b = [-5.5, -4.0] elif arc == 'uBCE': # unified BCE (80 classes) b = [0, -8.5]