yulu0724 / SDC-IL

Semantic Drift Compensation for Class-Incremental Learning (CVPR2020)
115 stars 34 forks source link

Embedding module not used in the forward pass #18

Open TamashaM opened 2 years ago

TamashaM commented 2 years ago

Hi, I'm trying to understand the use of the Embedding Module that you have created in the model files(resnet.py,VGG.py etc). As far as I understand it is not affecting the features extracted for an input since it is not used in the forward pass. May I know whether my understanding is correct or is there any other use of that module?

Thanks