From 8f1f5cbf8321b6b313d8f455d596290e7b8bb3f7 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sat, 24 Mar 2018 20:35:05 +0000
Subject: [PATCH] 3.5x times accelerated data augmentation using OpenCV for training Yolo on DGX and multi-GPU

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