yulu0724/SDC-IL

Embedding module not used in the forward pass

Opened this issue · 0 comments

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