Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Welcome to the OpenCE project. The project contains everything that is needed to build conda packages for a collection of machine learning and deep learning frameworks. All packages created for a specific version of OpenCE have been designed to be installed within a single conda environment.

...

See Getting Started with Python Environment on HAL System for a detailed list of package versions in each environment.

Simple Example with TensorFlow

...

Once on the compute node, load PowerAI module using one of these:

Code Block
module load wmlce/1.6.2opence
module load wmlce/1.7.0opence-v1.3.1

Download the code mnist-with-summaries.py to $HOME folder:

...

Once on the compute node, load PowerAI module using one of these:

Code Block
module load wmlce/1.6.2opence
module load wmlce/1.7.0opence-v1.3.1

Install samples for Pytorch:

...