How to use GPU in Docker to retrain an object detection model?
I've been following this tutorial from google coral on retraining an object detection model in docker, and it explicitly states that this is for CPU training only, which is very slow. Is there an easy way to port this docker…