From 9ac78d8b84f6a059d2cefe22a10aa60de5b3feaf Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 04 Jan 2018 21:58:52 +0000
Subject: [PATCH] Fine tuning, use stopbackward=1 in the cfg-file in that layer where Backward should be stopped.

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

diff --git a/src/layer.h b/src/layer.h
index eb480c0..285abe3 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -122,6 +122,8 @@
     int classfix;
     int absolute;
 
+    int onlyforward;
+    int stopbackward;
     int dontload;
     int dontloadscales;
 

--
Gitblit v1.10.0