Matlab alexnet support package install

If Deep Learning Toolbox Model for AlexNet Network support package is not installed, then the function provides a link to the required support package in the Add-On Explorer. To install the support package, click the link, and then click Install. Check that the installation is successful by typing alexnet at the command line. Details

Above instructions cannot be used in cluster environment. To install support packages from command line, one needs to

  1. Download and run the file from the URL below url NOTE: I run this file from my Windows PC since it needs a GUI. Once the software starts, you can select the Support Package from the list.
  2. Login to a MathWorks account when prompted
  3. Select and Download the Support Software
  4. Move the files to the target machine
  5. Make sure X11 is working
  6. /bin/glnxa64/SupportSoftwareInstaller -downloadfolder -inputFile /ssi_input.txt Example: ```bash [root@login.crane glnxa64]# ./install_supportsoftware.sh -matlabroot /util/opt/matlab/r2019b -archives /work/swanson/jingchao/matlab/resnet50/archives/ Starting Support Package Installation... MATLAB is selecting SOFTWARE OPENGL rendering. [1029/134627.838537:INFO:context.cpp(159)] Using multi-threaded message loop for Linux Finished

```

Userful links:
How do I silently install Support Packages in MATLAB R2018a or newer?
How do I download Hardware Support Packages and Optional Features for installation on a computer that is offline or that is behind a Proxy/Firewall?

Updated: