libtorch 问答列表

std::vector,它如何使用 libtorch 张量存储值?

作者:columbia313131 提问时间:2/11/2022

当我收集可训练参数时,我意识到它是类型转换为torch::autograd::VariableList的。vector<torch::tensor> 有了这种结构,向量如何访问其元素?它是否存储值的...

libtorch c++ 未定义参考:命令行中缺少 DSO

作者:Joren-vanGoethem 提问时间:3/6/2022

我正在尝试将 libtorch 包含在 c++ 项目中,以使用我之前在 python 中训练的神经网络。但是当我尝试编译和链接时,我收到一个错误,其中包含未定义的引用问题以及“命令行中缺少 DSO”,...

序列化和反序列化 C++ libtorch 张量(stringstream -&gt; string -&gt; char* -&gt; stringstream)的问题

作者:pregenRobot 提问时间:7/8/2023

顶级域名: 使用 and on 可以很好地保存和加载张量。但是,将 转换为 a 然后转换为 a 以通过 TCP 套接字发送会导致在反序列化期间出现消息中断。可能是什么原因?我用错了吗?torch::...

如何将 cudaArray 转换为 Torch 张量?

作者:rbaleksandar 提问时间:10/31/2023

我正在尝试使用 Torch 和 CUDA。到目前为止,使用我能够做到以下几点:torch::from_blob() #include <cuda_runtime.h> #include <torch...


共4条 当前第1页