From be906dfa0e1d24f5ba61963d16dd0dd00b32f317 Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Sat, 21 Nov 2020 05:51:31 +0300 Subject: [PATCH] Minor fix --- build/darknet/x64/cfg/yolov4x-mish.cfg | 4 ++-- cfg/yolov4x-mish.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/darknet/x64/cfg/yolov4x-mish.cfg b/build/darknet/x64/cfg/yolov4x-mish.cfg index 39629ee2..a7e75cf7 100644 --- a/build/darknet/x64/cfg/yolov4x-mish.cfg +++ b/build/darknet/x64/cfg/yolov4x-mish.cfg @@ -5,8 +5,8 @@ # Training batch=64 subdivisions=8 -width=672 -height=672 +width=640 +height=640 channels=3 momentum=0.949 decay=0.0005 diff --git a/cfg/yolov4x-mish.cfg b/cfg/yolov4x-mish.cfg index 39629ee2..a7e75cf7 100644 --- a/cfg/yolov4x-mish.cfg +++ b/cfg/yolov4x-mish.cfg @@ -5,8 +5,8 @@ # Training batch=64 subdivisions=8 -width=672 -height=672 +width=640 +height=640 channels=3 momentum=0.949 decay=0.0005