boostcampaitech3 / level2-object-detection-level2-cv-09

level2-object-detection-level2-cv-09 created by GitHub Classroom
0 stars 4 forks source link

[Discussion] resume from 사용법, 성능 저하? #71

Open updaun opened 2 years ago

updaun commented 2 years ago

MMDetection resume from 인자 사용 방법

python tools/train.py [config file path] --resume-from [.pth file path]

중단된 지점부터 학습을 재개할 수 있다.

하지만 특정 부분이 삭제되면서 성능 저하가 우려가 있으므로, 처음부터 다시 학습하는 것을 권장한다.