Follow these steps to set up and run the cricket classification project using Singularity:
-
(Optional) Create your own
.sif
image following the instructions at the HPRC TAMU Wiki I Used this Docker Image. Alternatively, you can reuse thedl.sif
provided. -
Change the working directory:
cd /gpfs/proj1/choe_lab/bhanu
-
Run the Singularity command:
singularity run --nv --fakeroot --bind ./docker_mount:/mnt dl.sif bash
-
Change to the cricket classification directory:
cd /mnt/cricket-classification
-
Edit
config.json
with your desired configuration. -
Run the pipeline script to preprocess and train the model:
sh run_pipeline.sh