Pretraining Convolution Net From Scratch
Val Data에 대한 Top-1 error
Top-1 error From Paper
Model A,B,C,D,E
ImageNet Data Download를 GCP의 Cloud Transfer를 활용해서 Data Collection 비용을 최소화
Data Collection-Data Preprocessing-Data normalization 구현
140M parameter를 갖는 Vgg 모델을 약 140GB 크기의 ImageNet 데이터 세트에 scratch 부터 학습하여 성능을 재현
fine-tuning 없이 8,11,13,16,19 layer model을 pre-training에 성공합니다.
Pytorch Tutorial에 Tutorial로 Contribution함