wencheng256 / BRNet

Other
12 stars 0 forks source link

Lack definition of conv1x1 in resnet_encoder.py class GlobalEncoder #1

Closed SheffieldCao closed 2 years ago

SheffieldCao commented 2 years ago

Hello. Thank you for your great work. I am reading your code and find there is no definition of the function conv1x1 in resnet_encoder.py. I saw that you are referring the resnet code from https://github.com/pytorch/vision/blob/main/torchvision/models/resnet.py. The original code of pytorch has a function conv1x1 in that file. Did you forget to add this part ❓ Thank you.

wencheng256 commented 2 years ago

Please refer to another issue