Open
Description
Description
Currently when running the 02 notebook it takes up 2x the GPU memory than the 01 notebook. Likely this due to DetectionLearner() being called twice.
In which platform does it happen?
LINUX GPU for sure, others likely
How do we replicate the issue?
Run 02 notebook.
Expected behavior (i.e. solution)
Solution is probably to free the GPU memory associated to the first created detector object