Skip to content

Commit

Permalink
download link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
suhangpro committed Feb 17, 2016
1 parent 80f406c commit bfdc769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnn_shape_init.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if ~exist(netFilePath,'file'),
fprintf('Downloading model (%s) ...', opts.base) ;
vl_xmkdir(fullfile('data','models')) ;
urlwrite(fullfile('http://www.vlfeat.org/matconvnet/pretrained/', ...
urlwrite(fullfile('http://www.vlfeat.org/matconvnet/models/', ...
[opts.base '.mat']), netFilePath) ;
fprintf(' done!\n');
end
Expand Down

0 comments on commit bfdc769

Please sign in to comment.