From 10357d3e9567e0b4f94e6cba76c59be2a6b79a67 Mon Sep 17 00:00:00 2001 From: Holger Caesar Date: Wed, 5 Oct 2016 11:12:10 +0100 Subject: [PATCH] Changed random seed for fast model --- matconvnet-calvin/examples/e2s2/e2s2_wrapper_SiftFlow_fast.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matconvnet-calvin/examples/e2s2/e2s2_wrapper_SiftFlow_fast.m b/matconvnet-calvin/examples/e2s2/e2s2_wrapper_SiftFlow_fast.m index bbb5551..e9b2128 100644 --- a/matconvnet-calvin/examples/e2s2/e2s2_wrapper_SiftFlow_fast.m +++ b/matconvnet-calvin/examples/e2s2/e2s2_wrapper_SiftFlow_fast.m @@ -20,7 +20,7 @@ function e2s2_wrapper_SiftFlow_fast(varargin) roiPool.freeform.combineFgBox = true; roiPool.freeform.shareWeights = true; regionToPixel.use = true; -randSeed = 42; +randSeed = 44; logFile = 'log.txt'; batchSize = 10; numEpochs = 10; @@ -125,4 +125,4 @@ function e2s2_wrapper_SiftFlow_fast(varargin) % Test the network stats = nnClass.test(); -disp(stats); \ No newline at end of file +disp(stats);