
libtorch
文章平均质量分 79
儒雅的小Z
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Libtorch初试教程《三》
读取图片进行分类#include <torch/script.h> // One-stop header.#include <iostream>#include <memory>#include <opencv2/opencv.hpp>using namespace std;using namespace cv;int main(...原创 2020-03-27 11:30:09 · 535 阅读 · 3 评论 -
Libtorch初试教程《二》
训练mnistC++代码#include <iostream>#include <torch/torch.h>#include <cstddef>#include <cstdio>#include <iostream>#include <string>#include <vector>// ...原创 2020-03-27 11:13:27 · 663 阅读 · 0 评论 -
Libtorch初试教程《一》
下载libtorch的包这里下载的是cpu版本Download here (Pre-cxx11 ABI):https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.4.0%2Bcpu.zipDownload here (cxx11 ABI):https://download.pytorch.org/libt...原创 2020-03-08 12:28:21 · 3229 阅读 · 2 评论