"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

March 07, 2019

Day #218 - Working on gluoncv, anaconda and Windows 10

In my base Anaconda 3+ Environment,

pip install gluoncv
pip install mxnet

Download model from https://modelzoo.co/model/ssd-mxnet, This step was not required, Figured out later this was due to below package issues scipy and matplotlib.

Error in Call back
pip uninstall scipy
pip install scipy
pip uninstall matplotlib
pip install matplotlib

Below is example code

Data gets downloaded to location
C:\Users\#user#\.mxnet\models

The Output example is




Happy Mastering DL!!!

No comments: