MATLAB: Example “TransferL​earningUsi​ngGoogLeNe​tExample” not found in “C:\Program Files\MATL​AB\R2016b\​examples\n​net\exampl​es.xml”.

cnnDeep Learning Toolboxgooglenetinceptionv3neural network toolboxnnet

Hi, I have Neural Network Toolbox installed in MATLAB R2016b but when I try to load examples I find them missing. Is there any special requirement where all features with examples of Neural Network Toolbox will work? Like I am unable to load examples of googlenet and inceptionv3. I get the following error that these files are not in examples. Thank you.
Example "TransferLearningUsingGoogLeNetExample" not found in "C:\Program Files\MATLAB\R2016b\examples\nnet\examples.xml".

Best Answer

The online documentation is for the most recent release (currently release R2018a) and so may include functions and features that are not present in your installation if you're using an older release. Refer to the documentation included in your installation for a list of functions and features that are present in the release you're using.

The note at the bottom of the documentation page for the googlenet network says it was introduced in release R2017b, so I suspect that example was introduced in release R2017b or later as well. The documentation for inceptionv3 states it was introduced in release R2017b as well. If you want to use googlenet or inceptionv3 you will need to upgrade to release R2017b or later and have Neural Network Toolbox installed.