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

...

with Caffe

Interactive mode

Get node for interactive use:

...

Code Block
wget https://wiki.ncsa.illinois.edu/download/attachments/82510352/caffe_sample.sb
sbatch caffe_sample.sb
squeue

Simple Example

...

with Caffe2

Interactive mode

Get node for interactive use:

...

Code Block
wget https://wiki.ncsa.illinois.edu/download/attachments/82510352/caffe2_sample.sb
sbatch caffe2_sample.sb
squeue

Simple Example

...

with TensorFlow

Interactive mode

Get node for interactive use:

...

Code Block
ssh -N -f -L localhost:16006:localhost:[user_pick_port] dmu@halyour_user_name@hal.ncsa.illinois.edu

Paste the follow address into web browser to start the TensorBoard session:

Code Block
localhost:16006

Simple Example

...

with Pytorch

Interactive mode

Get node for interactive use:

...