Versions Compared

Key

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

...

For complete PowerAI documentation, see https://www.ibm.com/support/knowledgecenter/SS5SF7_1.6.0/navigation/pai_getstarted.htm. Here we only show simple examples with system-specific instructions.

Simple Example for Caffe

Interactive mode

Get node for interactive use:

...

Code Block
./examples/mnist/train_lenet.sh

Batch mode

The same can be accomplished in batch mode using the following caffe_sample.sb script:

Code Block
sbatch caffe_sample.sb
squeue


Simple Example for TensorFlow

...