Skip to content

Commit

Permalink
remove email info
Browse files Browse the repository at this point in the history
  • Loading branch information
khairulislam committed Dec 5, 2024
1 parent 58526b5 commit 73d408c
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 19 deletions.
2 changes: 0 additions & 2 deletions scripts/slurm/CALF_interpret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#SBATCH --partition=gpu
#SBATCH --time=24:00:00
#SBATCH --gres=gpu:1
#---SBATCH --mail-type=begin,end
#---SBATCH [email protected]
#SBATCH --mem=16GB

# Run this to submit this job
Expand Down
2 changes: 0 additions & 2 deletions scripts/slurm/CALF_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#SBATCH --partition=gpu
#SBATCH --time=5:00:00
#SBATCH --gres=gpu:1
#---SBATCH --mail-type=begin,end
#---SBATCH [email protected]
#SBATCH --mem=24GB

source /etc/profile.d/modules.sh
Expand Down
2 changes: 0 additions & 2 deletions scripts/slurm/cs_slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#SBATCH --time=5:00:00
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=begin,end
#SBATCH [email protected]
#SBATCH --mem=24GB

# https://www.cs.virginia.edu/wiki/doku.php?id=compute_slurm
Expand Down
2 changes: 0 additions & 2 deletions scripts/slurm/electricity_interpret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#SBATCH --time=2:00:00
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=end
#SBATCH [email protected]
#SBATCH --mem=16GB

source /etc/profile.d/modules.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/slurm/electricity_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=begin,end
#SBATCH --mail-user=[email protected]
#---SBATCH --mail-user=email
#SBATCH --mem=24GB

source /etc/profile.d/modules.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/slurm/mimic_interpret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=end
#SBATCH --mail-user=[email protected]
#---SBATCH --mail-user=email
#SBATCH --mem=16GB

source /etc/profile.d/modules.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/slurm/mimic_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=begin,end
#SBATCH --mail-user=[email protected]
#---SBATCH --mail-user=email
#SBATCH --mem=24GB

source /etc/profile.d/modules.sh
Expand Down
4 changes: 2 additions & 2 deletions scripts/slurm/slurm-train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ module load cuda cudnn
conda deactivate
conda activate ml

# # replace the computing id `mi3se`` and venv name `ml` with your own
# # replace the computing id and venv name `ml` with your own
# # if you face the library linking error for anaconda
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/mi3se/.conda/envs/ml/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/computing_id/.conda/envs/ml/lib
# python interpret.py \
# --explainers feature_ablation occlusion augmented_occlusion winIT tsr \
# --root_path ./dataset/electricity/ \
Expand Down
2 changes: 1 addition & 1 deletion scripts/slurm/timeLLM_interpret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=begin,end
#SBATCH --mail-user=[email protected]
#---SBATCH --mail-user=email
#SBATCH --mem=32GB

source /etc/profile.d/modules.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/slurm/timeLLM_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=begin,end
#SBATCH --mail-user=[email protected]
#---SBATCH --mail-user=email
#SBATCH --mem=32GB

source /etc/profile.d/modules.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/slurm/traffic_interpret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=end
#SBATCH --mail-user=[email protected]
#---SBATCH --mail-user=email
#SBATCH --mem=16GB

source /etc/profile.d/modules.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/slurm/traffic_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=begin,end
#SBATCH --mail-user=[email protected]
#---SBATCH --mail-user=email
#SBATCH --mem=24GB

source /etc/profile.d/modules.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/slurm/var_seq_len.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=end
#SBATCH --mail-user=[email protected]
#---SBATCH --mail-user=email
#SBATCH --mem=16GB

source /etc/profile.d/modules.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/slurm/var_seq_len_interpret.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#SBATCH --gres=gpu:1
#---SBATCH --nodelist=lynx01
#SBATCH --mail-type=end
#SBATCH --mail-user=[email protected]
#---SBATCH --mail-user=email
#SBATCH --mem=16GB

source /etc/profile.d/modules.sh
Expand Down

0 comments on commit 73d408c

Please sign in to comment.