File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,15 @@ The corresponding runs for symmetric variants would then be:
35
35
``` python
36
36
>> > python3 - u src/ main_incremental.py -- datasets imagenet_32_reduced -- network Early_conv_vit -- approach olwf_asympost -- nepochs $ NEPOCHS -- log disk -- batch- size 1024 -- gpu $ GPU -- exp- name dummy_functional_exp -- lr 0.01 -- seed $ {seed} -- lamb 1.0 -- num- tasks $ NUM_TASKS -- nc- first- task $ NC_FIRST_TASK -- lr- patience 20 -- plast_mu 1.0 -- pool- along ' height' -- sym
37
37
```
38
+
39
+ Current available approaches with Vision Transformers include:
40
+ <div align =" center " >
41
+ <p align =" center " ><b >
42
+ EWC • Finetuning
43
+
44
+ LwF • PathInt
45
+ </b ></p >
46
+ </div >
38
47
The detailed scripts for our experiments can be found in ` scripts/ ` .
39
48
40
49
## Cite
You can’t perform that action at this time.
0 commit comments