IBM / pytorch-on-watson-studio

Use Watson Studio and PyTorch to create a machine learning model to recognize hand-written digits
https://developer.ibm.com/patterns/handwritten-digit-recognizer-in-watson-studio-and-pytorch/
Apache License 2.0
23 stars 40 forks source link

Cleanup pip installs #17

Open markstur opened 6 years ago

markstur commented 6 years ago

I don't see how dask is even used. The other commented out ones were not needed by me, but are they useful?

cdiep commented 5 years ago

Agree that dask is not used in this notebook.

cdiep commented 5 years ago

As for the other system command calls (to install ibm-cos-sdk or watson-machine-learning-client ), they are useful for newly created COS or WML instances. However, it looks like watson-machine-learning-client is automatically included whenever a WML instance is created. Not sure about COS instances.