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

about model(podnet) #69

Open Hephaestusxg opened 3 months ago

Hephaestusxg commented 3 months ago

After saving the model structure, should I load it based on the original ResNet, or separately load the transformed network structure from the incremental training?