在C+中部署python(libtoch)模型的方法总结+,PytorchLibtorch,Win10VS2017
目录1、准备工作(1)下载准备(2)TorchScript(.pt文件)准备2、配置步骤(1)CMake配置(2)手动在VS配置3、踩坑汇总1、准备工作(1)下载准备D:\Code_Lib\libtorch\includeD:\Code_Lib\libtorch\include\torch\csrc\api\include前者对应#include,后者对应#include。D:\Code_Lib\