xmartlabs / Bender

Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood.
https://xmartlabs.github.io/Bender/
MIT License
1.79k stars 90 forks source link

Added validate function #87

Closed mats-claassen closed 6 years ago

mats-claassen commented 6 years ago

This is used to separate the initialization from the set up validations for each layer (useful for testing)

Missing documentation