MCG-NKU / SCNet

The official PyTorch implementation of CVPR 2020 paper "Improving Convolutional Networks with Self-Calibrated Convolutions"
MIT License
379 stars 70 forks source link

Errors in SCNet.py #1

Closed minygd closed 4 years ago

minygd commented 4 years ago

Hello, there is a small bug in SCNet.py. In Downloading URLs, the 'scnet50' link is provided as 'scnet101'. It's a small mistake, since I can't access the AliYunCS due to the Permission Deny, I hope you can fix this. And by the way, would 'scnet154' pretrained model be available in up-coming days?

backseason commented 4 years ago

Thank you for pointing out the mistake, and the link for scnet-50 has been updated.

For whether providing the scnet-154 model, it is still under consideration.

minygd commented 4 years ago

Thanks, this issue will be closed.