Skip to content

Commit

Permalink
cnn_imagenet returns the network and the results.
Browse files Browse the repository at this point in the history
  • Loading branch information
lenck committed Dec 12, 2015
1 parent 0333b6a commit 4aac832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imagenet/cnn_imagenet.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function cnn_imagenet(varargin)
function [net, info] = cnn_imagenet(varargin)
%CNN_IMAGENET Demonstrates training a CNN on ImageNet
% This demo demonstrates training the AlexNet, VGG-F, VGG-S, VGG-M,
% VGG-VD-16, and VGG-VD-19 architectures on ImageNet data.
Expand Down

0 comments on commit 4aac832

Please sign in to comment.