From c1bb8c129d7d4d8fc85348d5e7ac5441fa36ead5 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sat, 19 May 2018 13:52:05 +0000
Subject: [PATCH] Fixed xnor for random=1
---
src/yolo_layer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/yolo_layer.c b/src/yolo_layer.c
index b2443ba..e37c175 100644
--- a/src/yolo_layer.c
+++ b/src/yolo_layer.c
@@ -55,7 +55,7 @@
l.delta_gpu = cuda_make_array(l.delta, batch*l.outputs);
#endif
- fprintf(stderr, "detection\n");
+ fprintf(stderr, "yolo\n");
srand(0);
return l;
--
Gitblit v1.10.0