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);