0 / 0
Installing 3rd-party libraries
Installing 3rd-party libraries

Installing 3rd-party libraries

To create deep learning training runs and experiments, you can use the coding libraries that already come installed with IBM Watson Machine Learning Deep Learning. However, you might also want to install additional libraries to support your work.

Attention: Support for Deep Learning as a Service and the Deep Learning Experiment Builder on Cloud Pak for Data as a Service is deprecated and will be discontinued on April 2, 2022. See Service plan changes and deprecations for details.

To install a python package, alter the command that is submitted, to include the conda install or pip install ahead of the main command.

For example, to instal mypy package in your project, use this command:

conda install mypy && python myjob.py

To add the watson-machine-learning-client package (which is not included by default) run this command:

pip install watson-machine-learning-client && python myjob.py

Parent topic: Training runs

Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more