Skip to content
Snippets Groups Projects
Commit 13fac76c authored by Luc Giffon's avatar Luc Giffon
Browse files

add todo use defined functions in deepfriedconvnetmnist

parent 3dc1e08d
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ Y_test = Y_test.astype(np.float32) ...@@ -45,7 +45,7 @@ Y_test = Y_test.astype(np.float32)
from fasfood_layer import fast_food from fasfood_layer import fast_food
# todo utiliser les fonctions adapate/definies pour ces couches de convolution
def convolution_mnist(input): def convolution_mnist(input):
with tf.name_scope("conv_pool_1"): with tf.name_scope("conv_pool_1"):
# 32 is the number of filter we'll use. e.g. the number of different # 32 is the number of filter we'll use. e.g. the number of different
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment