Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 569 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 569 Bytes

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