-
Notifications
You must be signed in to change notification settings - Fork 0
rogerfinnerty/semantic-segmentation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Download the dataset, place it under this directory and unzip 2. install required packages for running our code (using conda (miniconda on SCC) is recommended) conda create --name myenv python=3.8 -y pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 pip install tqdm pip install pandas pip install numpy pip install pillow 3. implement required modules and debug on cpu mode python train.py 4. once you're done with step. 3, submit the batch job to run on GPU. (more details introduced in 'scc_quick_setup_guide.txt') qsub job_script
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published