Deepak Kandel
Deepak Kandel
### Housekeeping - [X] I'm sure this issue is _not_ a duplicate ### Information: I am accessing the remote server project directory from the VSCode. It is great to run...
Hi, I tried to run the given code base for the ER framework provided in _models/er.py_. I changed _scripts/pmnist.sh_, to _--model=er_ However, I am getting the following errors, it seems...
I ran the finetuning script for imagenet-subset `python src/main_incremental.py --approach finetuning --nepochs 200 --batch-size 128 --num-workers 4 --datasets imagenet_subset --num-tasks 12 --nc-first-task 25 --lr 0.05 --weight-decay 1e-3 --clipping 1 --network...
Hi Contributors, I am trying to reproduce the results of SSRE and FeTrIL on tiny-imagenet-200 datasets. But getting the following TypeError. ``` python main.py --config=./exps/fetril.json ``` These are my parameters...
Hi Authors, I am trying to extend the simulation on ImageNet Subset Could you please add the scripts for imagenet-subset-100, if you have run simulations on them? Thank you