Versions Compared

Key

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

...

Visualization with TensorBoard

Interactive mode

Get a node for interactive use:

...

Train on MNIST with TensorFlow summary and go back to login node:

Code Block
python ./mnist-with-summaries.py
exit

Batch mode

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

...

Code Block
module load wmlce
tensorboard --logdir ~/tensorflow/mnist/logs/ --port [user<user_pick_port]port> # please use random number within [6500-6999]

Forward the [userthe <user_pick_port] on port> on remote machine to the port 16006 port <user_pick_port> on local machine:

Code Block
ssh -N -f -L localhost:16006:localhost:[user<user_pick_port>:<node_name>:<user_pick_port]port> your<user_user_name@halname>@hal.ncsa.illinois.edu

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

Code Block
localhost:16006<user_pick_port>

Simple Example with Pytorch

Interactive mode

Get a node for interactive use:

...

NameVersionDescription
caffe1.0Caffe is a deep learning framework made with expression, speed, and modularity in mind.
cudatoolkit10.1.105168

The NVIDIA® CUDA® Toolkit provides a development environment for creating high-performance GPU-accelerated applications.

cudnn7.5.01+10.1

The NVIDIA CUDA® Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks.

h5py2.8.0The h5py package is a Pythonic interface to the HDF5 binary data format.
jupyter1.0.0Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages.
matplotlib2.2.3Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms

.

nccl2.4.27The NVIDIA Collective Communications Library (NCCL) implements multi-GPU and multi-node collective communication primitives that are performance-optimized for NVIDIA GPUs.numpy
1.14.5NumPy is the fundamental package for scientific computing with Python.opencv3.4.2OpenCV was designed for computational efficiency and with a strong focus on real-time applications.
pytablespytorch3.4.4PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data.pytorch1.1.0.1PyTorch enables fast, flexible experimentation and efficient production through a hybrid front-end, distributed training, and ecosystem of tools and libraries.scikit-learn0.19.1Simple and efficient tools for data mining and data analysis.scipy1.1.0SciPy is a Python-based ecosystem of open-source software for mathematics, science, and engineering
tensorboard1.1314.0To make it easier to understand, debug, and optimize TensorFlow programs, we've included a suite of visualization tools called TensorBoard.
tensorflow-gpu1.1314.10The core open-source library to help you develop and train ML models.torchvision0.2.1The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.