TinNet@2
A compact DNN library.
Build
This project uses Bazel as a build system(1.0 or above required) and compiles with Clang(NOT required, automatically fulfilled).
To build, issue below.
bazel build //tinnet:main
Windows are not supported currently.
Test
To run all tests, issue below.
bazel test //tinnet:test
Example Usages
Please refer the example projects.
Benchmarks
TODO