Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmarking for the RPI #1

Open
michelucci opened this issue Jul 12, 2021 · 0 comments
Open

Benchmarking for the RPI #1

michelucci opened this issue Jul 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@michelucci
Copy link
Contributor

Here is a possible way of creating a benchmarking suite for the Raspberry Pi. We need something that is reproducible but that has a memory footprint that is not too big. Example:

Dataset: MNIST (can be loaded with Keras)

Run and printout the running time by training the following networks for, say, 10 epochs (this value can be changed):

Always two layers. In each layer n neurons for n=[5, 10, 100, 500, 1000, 5000, 10**4, 10**5]

The idea would be to have a python script, let's say moist_rpi_benchmark.py that printout the running times for all networks. Or even better one could print it and save it in a file.

@michelucci michelucci added the enhancement New feature or request label Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants