Bag of Tricks for Image Classification with Convolutional Neural Networks (He et al., CVPR 2019)์์ ์๊ฐ๋ ResNet์ ๋ณํ ๋ชจ๋ธ๋ค(tweaks)์ ๋ํ PyTorch ์ฝ๋์ด๋ค. ๋ ผ๋ฌธ์์๋ ๋ ๊ฐ์ ์ ๋ช ํ ๋ณํ ๋ชจ๋ธ์ธ ResNet-B, C๋ฅผ ์๊ฐํ๊ณ , ์๋ก์ด ๊ตฌ์กฐ์ธ ResNet-D๋ฅผ ์ ์ํ๊ณ ์๋ค. ResNet ๊ธฐ๋ณธ์ ์ธ ResNet์ ๊ตฌ์กฐ๋ Input stem๊ณผ 4๊ฐ์ stage, ๊ทธ๋ฆฌ๊ณ ๋ง์ง๋ง output layer๋ก ์ด๋ฃจ์ด์ ธ ์๋ค. Input stem : 7x7 conv์ maxpool๋ก ์ด๋ฃจ์ด์ ธ ์์ผ๋ฉฐ, channel dim์ 64๋ก ๋๋ฆฌ๊ณ input size๋ฅผ 4๋ฐฐ ์ค์ธ๋ค. Stage : ํ ๊ฐ์ downsampling..