From 8b5344ee2dc551dbe673020a33021e7f84f305f1 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Mon, 14 May 2018 10:34:40 +0000 Subject: [PATCH] Added BFLOPs output for network configurations --- .gitignore | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 7913d67..bbfed65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,21 @@ *.o *.dSYM *.csv +*.out +*.png +*.so +mnist/ +data/ +caffe/ +grasp/ images/ opencv/ convnet/ decaf/ submission/ -cnn +cfg/ +darknet +.fuse* # OS Generated # .DS_Store* @@ -14,3 +23,7 @@ Icon? Thumbs.db *.swp + +# CMake # +cmake-build-debug/ +CMakeLists.txt -- Gitblit v1.10.0