From a284a7da8d1facbf984a22302665a2a50295a687 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Wed, 08 Aug 2018 16:08:58 +0000
Subject: [PATCH] Try to use avx_hs() - slow and requires alignment 4096 bits < (l.size*l.size*l.c) May be faster only from 8192 bits and more.

---
 cfg/vgg-16.cfg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cfg/vgg-16.cfg b/cfg/vgg-16.cfg
index f3f83b2..2b6f702 100644
--- a/cfg/vgg-16.cfg
+++ b/cfg/vgg-16.cfg
@@ -1,6 +1,6 @@
 [net]
 batch=128
-subdivisions=128
+subdivisions=4
 height=256
 width=256
 channels=3

--
Gitblit v1.10.0