From 13fac76c4aa71395f24d38f5f571e9d866b641ed Mon Sep 17 00:00:00 2001
From: Luc Giffon <luc.giffon@lif.univ-mrs.fr>
Date: Tue, 30 Jan 2018 18:44:24 +0100
Subject: [PATCH] add todo use defined functions in deepfriedconvnetmnist

---
 main/deepfriedConvnetMnist.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/deepfriedConvnetMnist.py b/main/deepfriedConvnetMnist.py
index c8a566c..5a80f24 100644
--- a/main/deepfriedConvnetMnist.py
+++ b/main/deepfriedConvnetMnist.py
@@ -45,7 +45,7 @@ Y_test = Y_test.astype(np.float32)
 
 from fasfood_layer import fast_food
 
-
+# todo utiliser les fonctions adapate/definies pour ces couches de convolution
 def convolution_mnist(input):
     with tf.name_scope("conv_pool_1"):
         # 32 is the number of filter we'll use. e.g. the number of different
-- 
GitLab