arthurdouillard / incremental_learning.pytorch

A collection of incremental learning paper implementations including PODNet (ECCV20) and Ghost (CVPR-W21).
MIT License
388 stars 60 forks source link

Excuse me, how do I run your code, such as run icarl. #12

Closed ChengtaiCao closed 4 years ago

ChengtaiCao commented 4 years ago

Excuse me, how do I run your code, such as run icarl.

arthurdouillard commented 4 years ago

With several default params:

python3 -minclearn --model icarl --increment 10
JoyHuYY1412 commented 4 years ago

With several default params:

python3 -minclearn --model icarl --increment 10

Sorry, how about running LwM? What's more, how to change the class order since I just want from 1~100. Thanks so much.