A TFLite Model Evaluation for embedded quality assurance
To run the Notebooks contained in this repository, I highly recommend you to use the provided Dockerfile. The recommended setup is WSL with a NVIDIA GPU.
Simply run these commands to get started:
$ docker build -t tf-gpu-jupyter .
To launch the Docker Container
$ docker run -it --rm -p 8888:8888 --gpus all -v $(pwd):/tf tf-gpu-jupyter