Skip to content
Snippets Groups Projects
Verified Commit c5e30041 authored by Yaoyao Liu's avatar Yaoyao Liu
Browse files

Delete the slurm scripts

parent d539b488
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@
ckpts
results
__pycache__
./data
scripts
tmp_scripts
# File
.DS_Store
......
#!/bin/bash
__conda_setup="$('/home/yaliu/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/yaliu/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/yaliu/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/yaliu/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
source activate incremental-new
#!/bin/bash
__conda_setup="$('/home/yaliu/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/yaliu/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/yaliu/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/yaliu/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
source activate incremental-new
python3 -minclearn --options options/config_cifar100_10phase.yaml --fixed-memory --device 0 --save_model
\ No newline at end of file
#!/bin/bash
__conda_setup="$('/home/yaliu/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/yaliu/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/yaliu/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/yaliu/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
source activate incremental-new
python3 -minclearn --options options/config_cifar100_25phase.yaml --fixed-memory --device 0 --save_model
\ No newline at end of file
#!/bin/bash
__conda_setup="$('/home/yaliu/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/yaliu/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/yaliu/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/yaliu/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
source activate incremental-new
python3 -minclearn --options options/config_cifar100_5phase.yaml --fixed-memory --device 0 --save_model
\ No newline at end of file
#!/bin/bash
__conda_setup="$('/home/yaliu/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/yaliu/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/yaliu/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/yaliu/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
source activate incremental-new
python3 -minclearn --options options/config_imagenet_subset_10phase.yaml --fixed-memory --device 0 --save_model
\ No newline at end of file
#!/bin/bash
__conda_setup="$('/home/yaliu/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/yaliu/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/yaliu/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/yaliu/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
source activate incremental-new
python3 -minclearn --options options/config_imagenet_subset_5phase.yaml --fixed-memory --device 0 --save_model
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment