이슈: 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
![](https://blog.kakaocdn.net/dn/rCHbQ/btsJw3Z5fMq/I7LrmODi1HGWQ3BcTSDJ1K/img.png)
기록들...
vs2015 가 지원하는 c++ 버전의 libtorch 일정 버전 이상에서 요구하는 c++ 버전에 못미치기 때문에 문제가 발생하는 듯...
https://github.com/pytorch/pytorch/issues/48165
Libtorch 1.7,1.6, 1.5 did not work on visual studio 2015 · Issue #48165 · pytorch/pytorch
🐛 Bug Hi Guys: I try to run libtorch 1.7 on visual studio 2015, as your website recommends and solution was created by following CMake from pytorch.org website. I encounter 102 errors and have no c...
github.com
https://github.com/pytorch/pytorch/issues/33333
windows10 + Vs2015,Compiling libtorch1.4 failed · Issue #33333 · pytorch/pytorch
I downloaded the Release version of libtorch1.4, and built the project through cmake on win10, Vs2015. When generating a solution, the following error is prompted. Has anyone encountered this kind ...
github.com
https://github.com/pytorch/pytorch/issues/21768
compile error when using Libtorch 1.1 on windows 7 vs2015 · Issue #21768 · pytorch/pytorch
❓ Questions and Help I followed the guidence from pytorch.org to make a project which recall the libtorch using Vs2015. Cuda version 8.0 cudnn 7.0 libtorch version 1.1 but when i compile the projec...
github.com
Update3 설치?
https://go.microsoft.com/fwlink/?LinkId=691129
'배움 - 차근차근 기록하자 > [개발] 딥러닝 🍩' 카테고리의 다른 글
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 |