Getting Started with EdgeVolution¶
This guide will help you set up and run EdgeVolution on your system.
Setup¶
Cloning the repository¶
Building the Docker Image¶
Running the Container¶
docker run -it --rm --user $(id -u):$(id -g) --privileged --cpus="10.0" --gpus all -v $(pwd):/EdgeVolution edgevolution-container
Configuration¶
Defining hyperparameters¶
Before the EdgeVolution optimization run is started, some configurations must be made. These include the definition of hyperparameters, the search space and the boards that are to be used for evaluating the candidates on the microcontroller.
-
Search space setup
Search Space -
Hyperparameters
Hyperparameters --> Important to update results path! -
Microcontroller setup
Microcontrollers -
Dataloader definition
Dataloader Definition
Execution¶
Running an experiment¶
python main.py +hyperparameters=<your_hyperparams> +search_space=<your_search_space> +boards=nrf52840dk
Visualization¶
The EvoVis Dashboard can be used to visualize and interpret the results of an EdgeVolution experiment run.