Mephisto405 / Learning-Loss-for-Active-Learning

Reproducing experimental results of LL4AL [Yoo et al. 2019 CVPR]
215 stars 50 forks source link

question about un-official Resnet #17

Closed lijiaoyang closed 2 years ago

lijiaoyang commented 2 years ago

Thanks for your paper and code! I have a question, why you don't use the torch official resnet. In your ResNet, kernel_size=3, stride=1, padding=1 But in torch official resnet, kernel_size=7, stride=2, padding=3 Can you explain it? Thanks!

Mephisto405 commented 2 years ago

image The official paper has the answer to your question! :)