Hi @steven8_wang, what was the command you used to run the container and the terminal log? Did you load the existing MS COCO example database, or make your own?
Because of saving space for SD card, I just used 68 images from MS COCO dataset.
Then I entered “people” as a prompt.
After that, it stucked.
I cannot do anything.
OK I see, interesting - normally I run this on NVME and have swap memory on the NVME too (like here)
Since it appears to freeze during the CLIP processing, my guess is that your board is running low on memory - can you check it in another terminal by running “tegrastats” ?
Alternatively, sometimes PyTorch can take a while to perform its first GPU operation (while it loads all the kernels and memory for it), so perhaps it is hanging during that (this typically shouldn’t last more than a minute though)