joaopauloschuler / neural-api

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
GNU Lesser General Public License v2.1
371 stars 198 forks source link

Examples for saving the resulting CNN #101

Closed joaopauloschuler closed 6 months ago

joaopauloschuler commented 1 year ago

I'll include an example for "Looking at neural-api I see quite a few examples working with various data sets but I don't see examples for saving the resulting CNN / loading it on subsequent runs, or how to use it in a "final" product as a function or program you can pass an image or video to and get a result back.". This is a good idea.

joaopauloschuler commented 6 months ago

A video was created to document loading and saving: https://www.youtube.com/watch?v=aIy1S7clhQo&t=2s

Source code examples can be found at https://github.com/joaopauloschuler/pre-trained-neural-api-networks/ .