Versions Compared

Key

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

...

Exercise: Put Things Together

Note

Create a self contained Conda environment that would allow a user to run a python file that uses PyTorch and Pandas.

The environment should be created within a location that can be shared with other users within a project.

Note

Using the the following pytorch_gpu_test.py script, create a bash script to submit a job to the cluster that allows this to be run, using the created Conda environment, that utilizes a H100 NVidia GPU compute node.

Expand
titlepytorch_gpu_test.py
Code Block
TBC

...

...