You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: