3 Star 20 Fork 7

WatterCutter / LenetDeploy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 585 Bytes
一键复制 编辑 原始数据 按行查看 历史
WatterCutter 提交于 2022-02-24 02:56 . add README.md.

LenetDeploy :bowtie:

介绍

  • 用C语言部署PyTorch训练结果,以lenet-5为范例
  • Deploy the PyTorch training results in C, taking lenet-5 as an example.

软件架构

  • matoperation.c/.h 矩阵操作相关
  • cnnoperation.c/.h 卷积神经网络的基本算子(卷积、池化、平化、全连接运算)
  • improvedlenet5.c/.h 使用cnnoperation搭建lenet5神经网络
  • lenet5params.h 神经网络训练后得到的各参数
  • main.c 说明如何使用搭建完成的神经网络(以improvedlenet5为例)
C
1
https://gitee.com/wattercutter/lenet-deploy.git
git@gitee.com:wattercutter/lenet-deploy.git
wattercutter
lenet-deploy
LenetDeploy
master

搜索帮助