Skip to content

Commit

Permalink
readme: minor formatting change
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Gloor <code@stefan-gloor.ch>
  • Loading branch information
stgloorious committed Jun 8, 2024
1 parent b268b75 commit 99097de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ dataset and split it into train, test and validation sets.
The model will only be trained if `model.keras` does not exist already,
so delete that to force retraining.

Once the model is trained, it is automatically copied to `src/models`,
where it will be compiled into the firmware in the next
step.

~~~
python train.py
~~~

Once the model is trained, it is automatically copied to `src/models`,
where it will be compiled into the firmware in the next
step.

## Build
With the model being trained, you can proceed to build the code.
~~~
Expand Down

0 comments on commit 99097de

Please sign in to comment.