pg020196 / Neural-Network-Translator

This repository contains a neural network translator which can translate neural network models to native code.
MIT License
8 stars 4 forks source link

Create unit tests #49

Closed pg020196 closed 4 years ago

pg020196 commented 5 years ago

@ChristophBrandl How about not only checking if the result is equal to the predictions made by the neural network running in the framework but also also returning the number of decimal values which are identical. E.g.:

NN: 0,5718842 Arduino: 0,5718843 Returns: 7

Only show error if result is below a defined return value, e.g. 6.