From 939a70ade4047eb9e7c35c7569f41c33ced2e74f Mon Sep 17 00:00:00 2001 From: Samuel ORTION Date: Sat, 6 Mar 2021 20:02:09 +0100 Subject: [PATCH] Add troubleshot --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4d4ebff..b74f950 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,13 @@ python -m ipykernel install --user --name=tb-venv jupyter notebook ``` + + +## Run TF Lite + +### Trouble shooting + +For tensorflow Lite to work on virtual env, we have to install the following package. +```bash +sudo apt install libatlas-base-dev +``` \ No newline at end of file