Debugging의 중요성은 여기서도 강조된다.
가장 이상적인 시간 배분은 8-90%의 시간은 Debugging에 1-20%의 시간만이 코드를 작성하는데 드는 시간이다. 그만큼 Debugging이 개발에 있어 중요함을 알 수 있다.
Implementation bugs
Hyper parameter choices
A model hyperparameter is a configuration that is external to the model and whose value cannot be estimated from data.
Data/model fit
Dataset construction
버그를 찾는 것 그 자체가 어려움
같은 성능 저하를 일으키는 요소가 다양함.