Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Goal: Provide an exercise to work through that puts together the various concepts covered within this workshop.


Exercise: Put Things Together

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.

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.

 pytorch_gpu_test.py
TBC


 

  • No labels