Jetson-inference Imagenet-camera.py Error

I typed this code: /imagenet-console.py --network=resnet-18 images/jellyfish.jpg output_jellyfish.jpg

and gave me this. What does it mean?

Hi @tuna.akyol, it isn’t an error - the first time you load a particular network, TensorRT profiles the available kernels on your GPU and picks the fastest option for each DNN layer. This profiling information is then saved to disk, and the next time you run it, it will load near-instantly. On this first run, it will take a few minutes. Is it still running?