Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openmachine-ai/mlperf-tools


https://github.com/openmachine-ai/mlperf-tools

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        


Colab

This repo contains the following tools for running MLPerf benchmarks:
- [eval.py](eval.py): For the tiny MLPerf visual wake word (vww), this script downloads
the dataset from Silabs and runs both TFLite reference models (int8-model and float-model)
with the 1000 images listed in y_labels.csv to measure their accuracy.
- [eval.ipynb](eval.ipynb): Jupyter notebook generated from [eval.py](eval.py),
click [here](https://colab.research.google.com/github/OpenMachine-ai/mlperf-tools/blob/main/eval.ipynb)
to run it from your browser.