From 5a2a5679708c098a9d9d5973bc485f2e3c35c61d Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Wed, 17 Jan 2018 09:56:51 +0000
Subject: [PATCH] Fixed wait_stream flag, for compilation without GPU
---
src/layer.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index c149f29..285abe3 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -120,7 +120,10 @@
int random;
float thresh;
int classfix;
+ int absolute;
+ int onlyforward;
+ int stopbackward;
int dontload;
int dontloadscales;
--
Gitblit v1.10.0