From 033e934ce82826c73d851098baf7ce4b1a27c89a Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Wed, 21 Feb 2018 16:14:01 +0000 Subject: [PATCH] If there is excessive GPU-RAM consumption by CUDNN then then do not use Workspace --- .gitignore | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index deb3dcc..bbfed65 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,20 @@ *.dSYM *.csv *.out +*.png +*.so mnist/ +data/ +caffe/ +grasp/ images/ opencv/ convnet/ decaf/ submission/ -cnn +cfg/ +darknet +.fuse* # OS Generated # .DS_Store* @@ -16,3 +23,7 @@ Icon? Thumbs.db *.swp + +# CMake # +cmake-build-debug/ +CMakeLists.txt -- Gitblit v1.10.0