From c123f320fcc2212f1d3b59a4d3d2ae6be71cf1e6 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sun, 04 Mar 2018 20:41:23 +0000
Subject: [PATCH] Show avg-loss chart during Training, if compiled with OpenCV. Use -dont_show to disable.

---
 src/utils.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/utils.h b/src/utils.h
index f569d77..9949d6d 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -63,6 +63,9 @@
 char *find_char_arg(int argc, char **argv, char *arg, char *def);
 int sample_array(float *a, int n);
 void print_statistics(float *a, int n);
+unsigned int random_gen();
+float random_float();
+float rand_uniform_strong(float min, float max);
 
 #endif
 

--
Gitblit v1.10.0