pretrained-models.pytorch icon indicating copy to clipboard operation
pretrained-models.pytorch copied to clipboard

The forward contains irrelevant attributes.

Open wujunliang00 opened this issue 1 year ago • 1 comments

https://github.com/Cadene/pretrained-models.pytorch/blob/8aae3d8f1135b6b13fed79c1d431e3449fdbf6e0/pretrainedmodels/models/fbresnet.py#L152

In fbresnet.py,the forward method contains irrelevant attributes. self.conv1_input = x.clone() in forward is not used, What is the function of this attribute?

wujunliang00 avatar Sep 12 '23 07:09 wujunliang00

您的邮件已收到!

Fzz123 avatar Sep 12 '23 08:09 Fzz123