error

    fatal error: sox.h: 그런 파일이나 디렉터리가 없습니다

    GitHub - turpaultn/DESED: Repo associated to the DESED dataset, download and creation of data Repo associated to the DESED dataset, download and creation of data - GitHub - turpaultn/DESED: Repo associated to the DESED dataset, download and creation of data github.com DESED 데이터셋 다운로드 과정에서 나타난 오류. pip3 install sox sudo apt-get install sox libsox-fmt-all sudo apt-get install sox libsox-dev pip3 in..

    [오류] signal: segmentation fault (core dumped)

    signal: segmentation fault (core dumped) segmentation fault는 잘못된 메모리 참조 때문에 발생한다. 즉, 건드리지 말아야 할 곳을 건드렸기 때문에 발생하는 에러이다. 주로 NULL 로 설정된 영역1을 건드리거나, 할당받은 메모리 공간을 넘은 곳을 건드렸을 때 발생한다. + 배열/vector의 원소 접근 시 out of range인 경우가 많음. 주의.