摘要: pytorch的c++接口官方包名为libpytorch 支持在android 与ios,只要支持c++即可 ios: pytorch-》onnx-》coreml->ios android: pytorch-》onnx-》ncnn-》android pytorch-》onnx-》tensorflow 阅读全文
posted @ 2021-02-02 20:18 三一一一317 阅读(551) 评论(0) 推荐(0)
摘要: 一 简况 1 摘要 https://zhuanlan.zhihu.com/p/165589205 https://www.jiqizhixin.com/articles/2018-05-04-2 https://www.jiqizhixin.com/articles/2018-05-04-2 htt 阅读全文
posted @ 2021-02-02 11:04 三一一一317 阅读(87) 评论(0) 推荐(0)
摘要: float* output1; output1 = (float* )malloc(18*4*sizeof(float)); int* output2; output2 = (int* )malloc(18 * 4 * sizeof(int)); CHECK(cudaMemcpyAsync(buff 阅读全文
posted @ 2021-01-28 10:34 三一一一317 阅读(124) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-18 10:05 三一一一317 阅读(67) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/tunhuzhuang1836/article/details/79545625 阅读全文
posted @ 2021-01-15 16:21 三一一一317 阅读(57) 评论(0) 推荐(0)
摘要: Tensorrt7下载地址: https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/7.0/7.0.0.11/tars/TensorRT-7.0.0.11.Ubuntu-16.04.x86_64-gnu.cuda- 阅读全文
posted @ 2021-01-13 20:02 三一一一317 阅读(146) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/v_JULY_v/article/details/80170182 阅读全文
posted @ 2021-01-06 10:46 三一一一317 阅读(161) 评论(0) 推荐(0)
摘要: cmake安装首先卸载cmake sudo apt-get autoremove cmake 安装cmake cd ~/Download wget https://cmake.org/files/v3.13/cmake-3.13.0-Linux-x86_64.tar.gz tar -xzvf cma 阅读全文
posted @ 2020-12-31 11:30 三一一一317 阅读(1801) 评论(0) 推荐(0)
摘要: 1 pytorch 由facebook在2017年在github上开源 pytorch特性: 简洁性(基于与python编程风格一致),动态计算,visdom,部署不方便。 TensorFlow特性: 接口复杂,静态图,Tensorboard,部署方便(TF serving) 动态图:编号程序即可执 阅读全文
posted @ 2020-12-30 19:40 三一一一317 阅读(85) 评论(0) 推荐(0)
摘要: 模型转换 运行: 报错: 阅读全文
posted @ 2020-12-29 15:40 三一一一317 阅读(99) 评论(0) 推荐(0)