I am following the AI Hello World tutorial (being new to the Nvidia Jetson world and AI generally)
(jetson-inference/pytorch-cat-dog.md at master · dusty-nv/jetson-inference · GitHub)
When trying to retrain my first model (cat_dog), everything is working but jtop shows me that the CPU and not GPU appears to be doing all the work.
I am running Jetpack 4.4.1. and using the docker containers from dusty-nv’s github.
Firstly, should the GPU be under load when retraining?
Secondly, if yes, what is the best way to check the GPU is set up correctly?
Thanks for reading.