Skip to content

QuikZiHao/ResNet50_with_C_code

Repository files navigation

ResNet50 with C code

which create ResNet50 object classification model with C language without library.

all function is work and can get 50% accurancy in one iterate but the calculate speed is slower than python's library which because this program didn't include CUDA.

you can change the input for other dataset testing.

this project is using CIFAR-10 as the data-set https://www.cs.toronto.edu/~kriz/cifar.html

you can download all the data which used in this project in the link below

https://drive.google.com/drive/folders/1VFETpai3c-YO317lBxM5IrIrU8uIeBOG

About

A ResNet-50 model which build by pure C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published