Skip to content

Chelle-Yang/nscc_pytorch_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is an example of creating a virtual environment and submitting the job to NSCC ASPIRE 2A through the Job and Visualization Portal.

Create a virtual environment.

In this example, the virtual environment is created with miniforge3/23.10, due to the reason that Anaconda was removed from the platform in January 2024 (https://help.nscc.sg/removal-of-anaconda-modules-on-aspire-2a/).

  • Step1: Log in to NSCC

  • Step2: Load miniforge3/23.10
    module load miniforge3

  • Step3: Create a virtual environment and activate
    conda create -n myenv python=3.9
    conda activate myenv

  • Step4: Install dependencies

    Install PyTorch

Submit the job through the portal

Please follow the instructions here to submit run.sh.
Choose ShellScript in the applications to avoid loading other environments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published