class-incremental-learning
class-incremental-learning copied to clipboard
Running errors
Hi, Professors. there are bugs when I run the code. Can you explain what they mean and how to solve the problems? Thank you very much!
python main.py --nb_cl_fg=50 --nb_cl=10 --gpu=0 --random_seed=1993 --baseline=lucir --branch_mode=dual --branch_1=ss --branch_2=free --dataset=cifar100
Traceback (most recent call last):
File "main.py", line 436, in
Thanks for your interest in our work.
May I know whether you are using PyTorch 1.2.0?
no, I use PyTorch 1.6.0.
I think this error can be solved by using PyTorch 1.2.0.
If you don't want to change your PyTorch version, maybe you need to set a breakpoint there and update the corresponding lines.