From ae7b1d8c99b12c30a40a0e54b8768eb8fe2f6bfe Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Sun, 18 Aug 2024 16:51:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Moves=20notebook=20to=20dedicate?= =?UTF-8?q?d=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../notebooks/training_and_converting.ipynb | 0 simulation/requirements.txt | 6 ++++++ 2 files changed, 6 insertions(+) rename esp32/neural_network.ipynb => simulation/notebooks/training_and_converting.ipynb (100%) create mode 100644 simulation/requirements.txt diff --git a/esp32/neural_network.ipynb b/simulation/notebooks/training_and_converting.ipynb similarity index 100% rename from esp32/neural_network.ipynb rename to simulation/notebooks/training_and_converting.ipynb diff --git a/simulation/requirements.txt b/simulation/requirements.txt new file mode 100644 index 0000000..8019ca5 --- /dev/null +++ b/simulation/requirements.txt @@ -0,0 +1,6 @@ +torch +onnx +onnxruntime +tensorflow +numpy +matplotlib \ No newline at end of file