Repository URL to install this package:
|
Version:
5.0.6-1+cuda10.0 ▾
|
| .. |
| Makefile |
| README.md |
| sampleGoogleNet.cpp |
The sampleGoogleNet sample demonstrates how to:
This sample can be run as:
./sample_googlenet [-h] [--datadir=/path/to/data/dir/] [--useDLACore=N]
SampleGoogleNet reads two caffe files to build the network:
googlenet.prototxt - The prototxt file that contains the network designgooglenet.caffemodel - The model file which contains the trained weights
for the networkBy default, the sample expects these files to be in data/samples/googlenet/ or
data/googlenet/. The default directory can be changed by supplying the path as
--datadir=/new/path/ as a command line argument.