From 23d94e4846bf4ec13069703a28b1d776f4bbe44f Mon Sep 17 00:00:00 2001 From: Edmond Yoo <hj3yoo@uwaterloo.ca> Date: Sat, 13 Oct 2018 18:49:47 +0000 Subject: [PATCH] Cleaning & commenting #3 - refactoring constants to Config class --- .gitignore | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5cd003a..65f0ade 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ *.dSYM *.csv *.out -*.png *.so mnist/ caffe/ @@ -29,4 +28,5 @@ cmake-build-debug/ CMakeLists.txt -*.weights +.idea/ +__pycache__/ -- Gitblit v1.10.0