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

Fully connected Network instead of resnet18 #16

Closed rahulvigneswaran closed 4 years ago

rahulvigneswaran commented 4 years ago

Hi @arthurdouillard , How to use a fully connected network without any convs in place of the default resnet18 in the iCarl setup ?

arthurdouillard commented 4 years ago

Hey, sorry for the delay.

Implement your backbone in the directory 'convnet', and link it in the factory.py.