From ad2ff86beb721256b2beff2748ae3b01b2d3693a Mon Sep 17 00:00:00 2001 From: Chaojian LI Date: Sat, 6 Aug 2022 19:50:03 -0500 Subject: [PATCH] Update README.md fix typos when pip install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a609db..7d9ffab 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This code uses four main scripts, described below, to train and test your model You can run this classifier code by installing the requirements - pip install requirements.txt + pip install -r requirements.txt and running @@ -35,4 +35,4 @@ Once we obtain the onnx model file, we could deploy the model on the board by fo ## How do I obtain the scoring? -After training your model and obtaining test outputs with above commands, you could evaluate the scores of your models using the scoring function specified in [TinyML Contest 2022 evaluation](https://tinymlcontest.github.io/TinyML-Design-Contest/Problems.html). \ No newline at end of file +After training your model and obtaining test outputs with above commands, you could evaluate the scores of your models using the scoring function specified in [TinyML Contest 2022 evaluation](https://tinymlcontest.github.io/TinyML-Design-Contest/Problems.html).