issues
search
boostcampaitech6
/
level1-imageclassification-cv-06
level1-imageclassification-cv-06 created by GitHub Classroom
2
stars
2
forks
source link
[Initialize] 프로젝트 Basecode 작성
#6
Open
jae-heo
opened
11 months ago
jae-heo
commented
11 months ago
개요
프로젝트를 위한 베이스라인 코드를 작성한다.
To-do
[x] 기존 하나의 파일만 있던 model.py를 분할하기
[x] 파이썬을 위한 gitignore 추가
[ ] README 작성
[x] 분리된 모델에 맞도록 train.py 및 inference.py 수정
[x] 처음 사용자를 위한 sample 파일 (models, scripts, model outputs)
[x] Inference phase에서 각 모델별 augmentation 지정할 수 있도록 설정하기
[ ] augmentation과 dataset 분리할 수 있으면 해보기
[x] train.py의 dataset의 transform 인자에 args를 넘겨줌으로 유연성 추가하기
개요
프로젝트를 위한 베이스라인 코드를 작성한다.
To-do