Use your IU username and password to sign in
Open a terminal using the desktop icon
Create a subdirectory in your home directory to house the batch job files if it doesn't already exist
mkdir slurm_DLC
Download the following three files into that folder (you can use a web browser on red.uits.iu.edu to make this easier)
- This is where you'll tell DLC where you project is
- These are the instructions to set up the job on a gpu compute node when one becomes available.
- This is the job itself.
Edit DLCpaths.ini to indicate your project name if you haven't yet for this project.
Open the file using either an editor in a terminal or by using one of the editors installed on red.
Change:
projDir = fisher_combined_tracker-jic-2022-10-13/
to
projDir = <the_name_of_your_project>/
Change:
homeDir = ~
to
homeDir = <your home directory>/
Save and exit the text editor
Use your IU username and password to sign in
Open a terminal using the desktop icon
If you haven't already, create a subdirectory in your home directory to house the batch job files
mkdir slurm_DLC
Download the following files into that folder (you can use a web browser on red.uits.iu.edu to make this easier)
- These are the instructions to set up the job on a gpu compute node when one becomes available.
- This is the job itself.
** if you don't already have it from training the network, get this file too: DLCpaths.ini
and edit it to indicate your project using the instructions above.