From 8b5344ee2dc551dbe673020a33021e7f84f305f1 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Mon, 14 May 2018 10:34:40 +0000
Subject: [PATCH] Added BFLOPs output for network configurations
---
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