Skip to content

Commit 800babb

Browse files
authored
Update README.md
1 parent 89fdc9b commit 800babb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ The corresponding runs for symmetric variants would then be:
3535
```python
3636
>>> 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
3737
```
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>
3847
The detailed scripts for our experiments can be found in `scripts/`.
3948

4049
## Cite

0 commit comments

Comments
 (0)