Skip to content

Commit

Permalink
Changed random seed for fast model
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Caesar committed Oct 5, 2016
1 parent 8e97ce5 commit 10357d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matconvnet-calvin/examples/e2s2/e2s2_wrapper_SiftFlow_fast.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -125,4 +125,4 @@ function e2s2_wrapper_SiftFlow_fast(varargin)

% Test the network
stats = nnClass.test();
disp(stats);
disp(stats);

0 comments on commit 10357d3

Please sign in to comment.