From 1b2c70f82a9ec88c60bb277f9f5f0073c96691e7 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 03 Apr 2018 13:42:00 +0000
Subject: [PATCH] Detection is accelerated by 7 percent (fused conv and batch_norm layers)

---
 .circleci/config.yml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 62dfdca..0bae244 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -7,4 +7,8 @@
     working_directory: ~/work
     steps:
       - checkout
+      - run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8
+      - run: make clean
+      - run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=1 -j 8
+      - run: make clean
       - run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 -j 8

--
Gitblit v1.10.0