Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yaoyao Liu
Reinforced Memory Management for Class-Incremental Learning
Commits
c5e30041
Verified
Commit
c5e30041
authored
Dec 09, 2021
by
Yaoyao Liu
Browse files
Delete the slurm scripts
parent
d539b488
Changes
7
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
c5e30041
...
...
@@ -8,7 +8,8 @@
ckpts
results
__pycache__
./data
scripts
tmp_scripts
# File
.DS_Store
...
...
scripts/run_base.sh
deleted
100644 → 0
View file @
d539b488
#!/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
tmp_scripts/rmm_cifar100_10phase.sh
deleted
100644 → 0
View file @
d539b488
#!/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
tmp_scripts/rmm_cifar100_25phase.sh
deleted
100644 → 0
View file @
d539b488
#!/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
tmp_scripts/rmm_cifar100_5phase.sh
deleted
100644 → 0
View file @
d539b488
#!/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
tmp_scripts/rmm_imagenet_sub_10phase.sh
deleted
100644 → 0
View file @
d539b488
#!/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
tmp_scripts/rmm_imagenet_sub_5phase.sh
deleted
100644 → 0
View file @
d539b488
#!/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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment