googlenet icon indicating copy to clipboard operation
googlenet copied to clipboard

Matlab errors

Open marcosar opened this issue 2 years ago • 0 comments

Matlab R2022b This is what I get when i run the function:

matlab_prompt> assembleGoogLeNet Downloading pretrained parameters file (26 MB). This may take several minutes... Download finished. Unrecognized function or variable 'googlenetLayers'.

Error in assembleGoogLeNet (line 39) lgraph = googlenetLayers;

assembleGoogLeNet Skipping download, parameter file already exists. Unrecognized function or variable 'googlenetLayers'.

Error in assembleGoogLeNet (line 39) lgraph = googlenetLayers; matlab_prompt>

marcosar avatar Feb 05 '23 16:02 marcosar