진행 일정
과제 테스트 정보
- 이미지 분류 문제가 주어집니다.
- 과제 제출 시 리더보드에 내 점수가 기록되며, 다른 지원자들의 점수도 확인할 수 있습니다.
- 과제 테스트를 진행 할 수 있는 시간은 8시간 입니다.
Model
What is the best model?
EfficientNet and ResNeXt101_wsl series
https://paddleclas.readthedocs.io/en/latest/models/EfficientNet_and_ResNeXt101_wsl_en.html

Sample Parameter
- Model : ResNeXt-101 32x8d
- Image size : (480,480)
- Batch size : 18
- Epochs : 5
- lr : 2e-5
- Folds : 5 (used 5-fold validation, but only trained on 3 of the folds)
- Optimizer : Adam
- Loss : Binary Cross Entropy (BCEWithLogitsLoss)