From c52fa4742866125e35e88d0653dac99473e5fffb Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Mon, 16 Apr 2018 10:09:10 +0000
Subject: [PATCH] Loss-graph store automatically (iterations == max_batches) at the end of training
---
src/layer.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index 91b893a..75c0358 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -78,7 +78,6 @@
int out_h, out_w, out_c;
int n;
int max_boxes;
- int small_object;
int groups;
int size;
int side;
@@ -282,7 +281,7 @@
#ifdef CUDNN
cudnnTensorDescriptor_t srcTensorDesc, dstTensorDesc;
cudnnTensorDescriptor_t dsrcTensorDesc, ddstTensorDesc;
- cudnnTensorDescriptor_t normTensorDesc;
+ cudnnTensorDescriptor_t normTensorDesc, normDstTensorDesc;
cudnnFilterDescriptor_t weightDesc;
cudnnFilterDescriptor_t dweightDesc;
cudnnConvolutionDescriptor_t convDesc;
--
Gitblit v1.10.0