Hi,
I run my autorun script on Ubuntu 18.04,
and my program using cuda for OCR,
if I run the .sh script manually, it will cost around 10000MB of GPU (nvidia-smi)
if run it by autorun script, (autorun.sh → program.sh), then it only cost 155MB of GPU,
is there anything should I modified for my autorun script? it feels like my program didnt run based cuda and GPU…
Thanks