3 Star 12 Fork 3

WatterCutter / LenetDeploy

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
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为例)

About

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

Releases

No release

Contributors

All

Activities

Load More
can not load any more
C
1
https://gitee.com/wattercutter/lenet-deploy.git
git@gitee.com:wattercutter/lenet-deploy.git
wattercutter
lenet-deploy
LenetDeploy
master

Search