GMvandeVen / continual-learning

PyTorch implementation of various methods for continual learning (XdG, EWC, SI, LwF, FROMP, DGR, BI-R, ER, A-GEM, iCaRL, Generative Classifier) in three different scenarios.
MIT License
1.57k stars 311 forks source link

How to create Resnet34 #23

Closed Peeaak closed 1 year ago

Peeaak commented 1 year ago

I am trying to create a resnet34 using the code you provided to conduct the continual learning task, but I have not succeeded. Could you tell me how to create resnet34 using the code you provided?

Peeaak commented 1 year ago

@GMvandeVen GMvandeVen

GMvandeVen commented 1 year ago

Thanks for your interest in my code. I'm afraid that at the moment I don't have the time to construct and verify a ResNet34 in the repository. However, with the provided building blocks (see https://github.com/GMvandeVen/continual-learning/tree/master/models) I think that in principle it should be possible to do this. If you run into more specific issues, I'd be happy to try to help.