From e90afa6ec164ae640db3902974288fc175fcbf55 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Mon, 05 Mar 2018 20:07:33 +0000
Subject: [PATCH] resnet152_yolo.cfg uses learning_rate, steps, scales, decay, momentum as in the RetinaNet

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

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7434cf9..0bae244 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -7,5 +7,8 @@
     working_directory: ~/work
     steps:
       - checkout
-      - run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8      
+      - 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