From 4625a16ffdcf3b9f7bfc37046e70f4ecb87234ab Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 06 Jun 2016 20:22:45 +0000
Subject: [PATCH] tactics
---
src/convolutional_layer.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/convolutional_layer.c b/src/convolutional_layer.c
index 5575aac..c377802 100644
--- a/src/convolutional_layer.c
+++ b/src/convolutional_layer.c
@@ -413,6 +413,7 @@
}
*/
+/*
if(l.binary){
int m = l.n;
int k = l.size*l.size*l.c;
@@ -434,6 +435,7 @@
activate_array(l.output, m*n*l.batch, l.activation);
return;
}
+ */
int m = l.n;
int k = l.size*l.size*l.c;
--
Gitblit v1.10.0