TLT on MX110 Gpu

Hi

I am using peoplenet model and I would like to retrain it using TLT 3. I am using a x64 computer with GPU: Nvidia GeForce MX110. Is it compatible with TLT? and if not what is recommended for the retraining?

Thanks

Please use a beefier dgpu for TLT training.

MX110 has compute capbility of 5.0.

You can run below inside TLT docker to check compute capability as well.
$ python

from numba import cuda
cuda.detect()

See more info in Training Peoplent on custom data - #20 by abhigoku10