arthurdouillard / incremental_learning.pytorch

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

Configurations related to reproduce lwm #39

Closed Kingofolk closed 3 years ago

Kingofolk commented 3 years ago

hello! thank you for your great work! Recently I want to use your code to reproduce lwm but I didn't find the option file. Could you please share me the configurations related to lwm? A lot of thanks!

best wishes!

arthurdouillard commented 3 years ago

Thanks for the kind words.

I've pushed a draft of an option file for LwM: https://github.com/arthurdouillard/incremental_learning.pytorch/blob/master/options/lwm/lwm_cifar100.yaml

However, please note that I haven't been able to reproduce the paper results. If you find a way, please tell me!

Best,