728x90
반응형
이슈: Libtorch 1.9.1의 Visual Studio 2015 빌드 실패
환경
- 테스트: Windows 11 / Visual Studio 2015 / Libtorch 1.9.1
- Inference Library 빌드 환경: Windows 10 / Visual Studio 2019 / Libtorch 1.9.1
문제 Libtorch 1.9.1이 Visual Studio 2015에서 빌드되지 않음.
상세 Visual Studio 2019에서 빌드된 Inference Library를 AI Tool에서 테스트하려 했으나, Visual Studio 2015로 빌드 시 컴파일 오류 발생.
원인 Libtorch 1.9.1은 C++14 이상의 컴파일러 환경이 필요하나, Visual Studio 2015는 C++14를 불완전하게 지원.
해결 Visual Studio 2019에서는 정상 빌드 확인. VS2017 이상으로 업그레이드 필요.
기록들...
vs2015 가 지원하는 c++ 버전의 libtorch 일정 버전 이상에서 요구하는 c++ 버전에 못미치기 때문에 문제가 발생하는 듯...
https://github.com/pytorch/pytorch/issues/48165
https://github.com/pytorch/pytorch/issues/33333
https://github.com/pytorch/pytorch/issues/21768
Update3 설치?
https://go.microsoft.com/fwlink/?LinkId=691129
728x90
반응형
'집중 - 어제보다 나아가자 > [개발] 딥러닝 🍩' 카테고리의 다른 글
libtorch classification inference , torch::jit::load fail (2) | 2024.09.13 |
---|---|
범주형 데이터의 종속변수와 모델링 기법들 (1) | 2024.09.10 |
[Pytorch] libtorch버전 확인 방법. how to check version of libtorch library (0) | 2024.09.10 |
AI 개발자에 대한 목표 (0) | 2024.09.09 |
최근댓글