Skip to content

Commit

Permalink
Update demo_online.m
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakir authored Sep 28, 2017
1 parent e5f068e commit eeea3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions online-hashing/demo_online.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
% method - (string) in {'MIHash', 'AdaptHash', 'OKH', 'OSH', 'SketchHash'}
% dataset - (string) in {'cifar', 'places', 'labelme'}
% nbits - (int) length of binary code, 32 is used in the paper
% varargin - key-value pairs, see otps_online.m for details
% varargin - key-value pairs, see opts_online.m for details
%
% OUTPUTS
% paths (struct)
Expand All @@ -25,7 +25,7 @@
%
% A final result file with format 'METRIC_Ntrials.mat' is also created, where
% N is the total number of trials, equal to opts.ntrials. This file contains the
% average statistics of the individual trial (see test.m).
% average statistics of the individual trial.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% parse options
Expand Down

0 comments on commit eeea3dc

Please sign in to comment.