From cdd1cb0e8c4fda3671714bb5ad6ba1825cff16d1 Mon Sep 17 00:00:00 2001
From: Puneet Kohli <punkohl@gmail.com>
Date: Sun, 06 May 2018 21:45:26 +0000
Subject: [PATCH] Change matplotlib backend to 'agg' when 'show_plot' is false. This allows the script to be run from command line without any errors (for ex, on a remote machine)

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

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0bae244..8a6ebfe 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -12,3 +12,5 @@
       - 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
+      - run: make clean
+      - run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 CUDNN_HALF=1 -j 8

--
Gitblit v1.10.0