View on GitHub

Carme-Docu

Documentation Project for Carme

How to run a Jupyter notebook file

Once your conda environment is customized, you can run your code considering the following steps:

  1. Open the Jupyter notebook file that you copied to your /home/<username> directory, e.g., PyTorch-1_x-MNIST.ipynb.
  2. Choose the proper Jupyter kernel (pytorch-mnist in this example), and click on Restart kernel and run all cells. Refer to the red rectangles in Fig. 2.

    jupyterlab-run-1.png

    Fig. 2.

  3. While running, you can monitor the GPU utilization if needed.