wujunliang00
Results
1
issues of
wujunliang00
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?