From 79140059b28c42e0d5f7cee81d8b50d4fa70b340 Mon Sep 17 00:00:00 2001 From: HubHop Date: Sat, 26 Jun 2021 18:00:23 +1000 Subject: [PATCH] remove cache --- detection/scripts/debug.sh | 5 --- detection/scripts/lit-det-maskrcnn-800-1x.sh | 38 ------------------- detection/scripts/lit-det-retinanet-800-1x.sh | 38 ------------------- segmentation/scripts/lit-s-seg-fpn.sh | 38 ------------------- segmentation/scripts/lit-ti-seg-fpn.sh | 38 ------------------- 5 files changed, 157 deletions(-) delete mode 100644 detection/scripts/debug.sh delete mode 100644 detection/scripts/lit-det-maskrcnn-800-1x.sh delete mode 100644 detection/scripts/lit-det-retinanet-800-1x.sh delete mode 100644 segmentation/scripts/lit-s-seg-fpn.sh delete mode 100644 segmentation/scripts/lit-ti-seg-fpn.sh diff --git a/detection/scripts/debug.sh b/detection/scripts/debug.sh deleted file mode 100644 index c797198..0000000 --- a/detection/scripts/debug.sh +++ /dev/null @@ -1,5 +0,0 @@ -bash tools/dist_train.sh configs/lit/mask_rcnn_lit_ti_fpn_1x_coco.py 1 - - - - diff --git a/detection/scripts/lit-det-maskrcnn-800-1x.sh b/detection/scripts/lit-det-maskrcnn-800-1x.sh deleted file mode 100644 index 834f575..0000000 --- a/detection/scripts/lit-det-maskrcnn-800-1x.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -#SBATCH --account=dl66 -#SBATCH --partition=dgx -#SBATCH --qos=dgx - -#SBATCH -n 1 -#SBATCH -c 40 -#SBATCH --gres=gpu:V100:8 -#SBATCH --mem=400GB -#SBATCH --time=24:00:00 - -#SBATCH --mail-user=zizhengpan98@gmail.com -#SBATCH --mail-type=END -#SBATCH --mail-type=FAIL -#SBATCH --exclude=dgx000 - - -# Command to run a gpu job -# For example: -# module load anaconda/2019.03-Python3.7-gcc5 -module load gcc/5.4.0 -module load cuda/10.1 -module load cudnn/7.6.5-cuda10.1 -export PROJECT=dl65 -export CONDA_ENVS_PATH=/projects/$PROJECT/$USER/conda_envs -export CONDA_PKGS_DIRS=/projects/$PROJECT/$USER/conda_pkgs -source activate /projects/$PROJECT/$USER/conda_envs/mmlab-det -which python - -nvidia-smi -cd ../ - -bash tools/dp_train.sh configs/lit/mask_rcnn_lit_s_patch4_800_adamw_1x_coco.py8 - - - - diff --git a/detection/scripts/lit-det-retinanet-800-1x.sh b/detection/scripts/lit-det-retinanet-800-1x.sh deleted file mode 100644 index 7e5bbf4..0000000 --- a/detection/scripts/lit-det-retinanet-800-1x.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -#SBATCH --account=dl66 -#SBATCH --partition=dgx -#SBATCH --qos=dgx - -#SBATCH -n 1 -#SBATCH -c 40 -#SBATCH --gres=gpu:V100:8 -#SBATCH --mem=400GB -#SBATCH --time=24:00:00 - -#SBATCH --mail-user=zizhengpan98@gmail.com -#SBATCH --mail-type=END -#SBATCH --mail-type=FAIL -#SBATCH --exclude=dgx000 - - -# Command to run a gpu job -# For example: -# module load anaconda/2019.03-Python3.7-gcc5 -module load gcc/5.4.0 -module load cuda/10.1 -module load cudnn/7.6.5-cuda10.1 -export PROJECT=dl65 -export CONDA_ENVS_PATH=/projects/$PROJECT/$USER/conda_envs -export CONDA_PKGS_DIRS=/projects/$PROJECT/$USER/conda_pkgs -source activate /projects/$PROJECT/$USER/conda_envs/mmlab-det -which python - -nvidia-smi -cd ../ - -bash tools/dist_train.sh configs/lit/retinanet_r50_lit_fpn_1x_coco.py 8 - - - - diff --git a/segmentation/scripts/lit-s-seg-fpn.sh b/segmentation/scripts/lit-s-seg-fpn.sh deleted file mode 100644 index 70e5247..0000000 --- a/segmentation/scripts/lit-s-seg-fpn.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -#SBATCH --account=dl66 -#SBATCH --partition=dgx -#SBATCH --qos=dgx - -#SBATCH -n 1 -#SBATCH -c 40 -#SBATCH --gres=gpu:V100:8 -#SBATCH --mem=400GB -#SBATCH --time=24:00:00 - -#SBATCH --mail-user=zizhengpan98@gmail.com -#SBATCH --mail-type=END -#SBATCH --mail-type=FAIL -#SBATCH --exclude=dgx000 - - -# Command to run a gpu job -# For example: -# module load anaconda/2019.03-Python3.7-gcc5 -module load gcc/5.4.0 -module load cuda/10.1 -module load cudnn/7.6.5-cuda10.1 -export PROJECT=dl65 -export CONDA_ENVS_PATH=/projects/$PROJECT/$USER/conda_envs -export CONDA_PKGS_DIRS=/projects/$PROJECT/$USER/conda_pkgs -source activate /projects/$PROJECT/$USER/conda_envs/lit-seg -which python - -nvidia-smi -cd ../ - -bash tools/dist_train.sh configs/lit/lit_s_fpn_r50_512x512_80k_ade20k.py 8 - - - - diff --git a/segmentation/scripts/lit-ti-seg-fpn.sh b/segmentation/scripts/lit-ti-seg-fpn.sh deleted file mode 100644 index 5c16e48..0000000 --- a/segmentation/scripts/lit-ti-seg-fpn.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -#SBATCH --account=dl66 -#SBATCH --partition=dgx -#SBATCH --qos=dgx - -#SBATCH -n 1 -#SBATCH -c 20 -#SBATCH --gres=gpu:V100:4 -#SBATCH --mem=200GB -#SBATCH --time=24:00:00 - -#SBATCH --mail-user=zizhengpan98@gmail.com -#SBATCH --mail-type=END -#SBATCH --mail-type=FAIL -#SBATCH --exclude=dgx000 - - -# Command to run a gpu job -# For example: -# module load anaconda/2019.03-Python3.7-gcc5 -module load gcc/5.4.0 -module load cuda/10.1 -module load cudnn/7.6.5-cuda10.1 -export PROJECT=dl65 -export CONDA_ENVS_PATH=/projects/$PROJECT/$USER/conda_envs -export CONDA_PKGS_DIRS=/projects/$PROJECT/$USER/conda_pkgs -source activate /projects/$PROJECT/$USER/conda_envs/lit-seg -which python - -nvidia-smi -cd ../ - -bash tools/dist_train.sh configs/lit/lit_ti_fpn_r50_512x512_80k_ade20k.py 4 - - - -