TLT on MX110 Gpu

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