iamhankai / cpp-pytorch

A bite of cpp api in PyTorch-1.0
165 stars 40 forks source link

转换到非标量 #17

Open toyal opened 5 years ago

toyal commented 5 years ago

/Python2C++/main.cpp:18:107: 错误:请求从‘torch::jit::script::Module’转换到非标量类型‘std::shared_ptr’ 有人遇到这种问题吗 std::shared_ptr module = torch::jit::load("/model.pt");

GeLink9999 commented 3 years ago

I met such issue. Have you solved it, thanks!

GeLink9999 commented 3 years ago

https://blog.csdn.net/qq_33507306/article/details/104427134 please use this idea