Add troubleshot

This commit is contained in:
Samuel ORTION 2021-03-06 20:02:09 +01:00
parent 77320d21e6
commit 939a70ade4
1 changed files with 10 additions and 0 deletions

View File

@ -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
```