"configs/datasets/humaneval/humaneval_gen_d2537e.py" did not exist on "14332e08fd39b1d0fe543f98f57c3e62f9e75fe8"
Add support for builtin models in the driver (#404)
* Add experimental support for c++ output * Format * Fix syntax errors * Add resnet50 model * Formatting * Add inceptionv3 model * Formatting * Add alexnet * Formatting * Fix name of pooling mode * Formatting * Fix tidy issues * Ignore driver directory * Show accetable values
Showing
src/driver/alexnet.cpp
0 → 100644
src/driver/inceptionv3.cpp
0 → 100644
This diff is collapsed.
src/driver/models.hpp
0 → 100644
src/driver/resnet50.cpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment