From 84e2b222b074e0f561d062e4a88807739e6dd35b Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 18 Sep 2016 22:04:29 -0400 Subject: [PATCH] Properly add DeepLearning code --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0da1747 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Homework 0/DeepLearningTutorials"] + path = Homework 0/DeepLearningTutorials + url = https://github.com/lisa-lab/DeepLearningTutorials.git