googlenet
googlenet copied to clipboard
Matlab errors
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>