From cf1da2f30eea5832e3bfda9799db0a028aa88c69 Mon Sep 17 00:00:00 2001 From: yangxue0827 Date: Wed, 12 Jun 2024 12:03:18 +0800 Subject: [PATCH] delete bash --- pjlab_test_yx.sh | 31 ------------------------------- pjlab_train_yx.sh | 30 ------------------------------ 2 files changed, 61 deletions(-) delete mode 100644 pjlab_test_yx.sh delete mode 100644 pjlab_train_yx.sh diff --git a/pjlab_test_yx.sh b/pjlab_test_yx.sh deleted file mode 100644 index 72acf1f..0000000 --- a/pjlab_test_yx.sh +++ /dev/null @@ -1,31 +0,0 @@ -set -x - -partition='VC2' -TYPE='reserved' -# partition='INTERN3' -# TYPE='spot' -JOB_NAME='gliding_vertex_r50_fpn_1x_rsg_le90' -GPUS=1 -GPUS_PER_NODE=1 -CPUS_PER_TASK=12 -export MASTER_PORT=29511 - -SRUN_ARGS="--jobid=3211252 --nodes=1" -CONFIG="./configs/gliding_vertex/gliding_vertex_r50_fpn_1x_rsg_le90.py" -CHECKPOINT="./work_dirs/gliding_vertex_r50_fpn_1x_rsg_le90/latest.pth" - -EXTRA_ARGS="--eval mAP" - -http_proxy=http://liqingyun:yun_990608@10.1.8.50:33128/ -https_proxy=http://liqingyun:yun_990608@10.1.8.50:33128/ -HTTP_PROXY=http://liqingyun:yun_990608@10.1.8.50:33128/ -HTTPS_PROXY=http://liqingyun:yun_990608@10.1.8.50:33128/ - -WANDB_API_KEY="b1e5fa15e4cbf702cfeb8ff3bd58a522c908cebc" -# export PYTHONWARNINGS='ignore:semaphore_tracker:UserWarning' - -srun -p $partition --job-name=${JOB_NAME} ${SRUN_ARGS} \ - --gres=gpu:${GPUS_PER_NODE} --ntasks-per-node=${GPUS_PER_NODE} \ - --cpus-per-task=${CPUS_PER_TASK} -n${GPUS} \ - --quotatype=${TYPE} --kill-on-bad-exit=1 \ - python ./tools/test.py ${CONFIG} ${CHECKPOINT} --launcher="slurm" ${EXTRA_ARGS} diff --git a/pjlab_train_yx.sh b/pjlab_train_yx.sh deleted file mode 100644 index 054e0ac..0000000 --- a/pjlab_train_yx.sh +++ /dev/null @@ -1,30 +0,0 @@ -set -x - -partition='VC2' -TYPE='reserved' -# partition='INTERN3' -# TYPE='spot' -JOB_NAME='dn_arw_arm_arcsl_rdetr_r50_1x_rsg' -GPUS=1 -GPUS_PER_NODE=1 -CPUS_PER_TASK=12 -export MASTER_PORT=29517 - -SRUN_ARGS="--jobid=3200806 --nodes=1" -CONFIG="./configs/g_reppoints/dn_arw_arm_arcsl_rdetr_r50_1x_rsg.py" - -EXTRA_ARGS="--auto-resume" - -http_proxy=http://liqingyun:yun_990608@10.1.8.50:33128/ -https_proxy=http://liqingyun:yun_990608@10.1.8.50:33128/ -HTTP_PROXY=http://liqingyun:yun_990608@10.1.8.50:33128/ -HTTPS_PROXY=http://liqingyun:yun_990608@10.1.8.50:33128/ - -WANDB_API_KEY="b1e5fa15e4cbf702cfeb8ff3bd58a522c908cebc" -# export PYTHONWARNINGS='ignore:semaphore_tracker:UserWarning' - -srun -p $partition --job-name=${JOB_NAME} ${SRUN_ARGS} \ - --gres=gpu:${GPUS_PER_NODE} --ntasks-per-node=${GPUS_PER_NODE} \ - --cpus-per-task=${CPUS_PER_TASK} -n${GPUS} \ - --quotatype=${TYPE} --kill-on-bad-exit=1 \ - python ./tools/train.py ${CONFIG} --launcher="slurm" ${EXTRA_ARGS}