NVIDIA DIGITS on Jetson TX2

Hello there,

I have recently started working with Jetson TX2. Recently, I got to know about NVIDIA DIGITS. Is it possible to run DIGITS on Jetson TX2 itself to train nueral network?
I tried to pull image from docker but i am having trouble running it. Can anyone please sugguest me how I can access DIGITS?

Thanks.
Arjun

Hi,

Sorry that DIGITs cannot run on the Jetson device. It is a desktop tool.
The required NCCL tool doesn’t support Jetson platform.

Thanks.

Hi AastaLLL,

Thanks for the response. Can I run DIGITS on normal Ubuntu system (without NVIIDIA graphics card)?

And is there any other way to train nueral network on Jetson itself?

Thanks.

Hi,

Unfortunately, DIGITs is an interface to help user monitor the GPU usage and status.
So a graphics card is essential.

Except from DIGITs, there are some backend frameworks can run on Jetson device directly.
For example:
TensorFlow: Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation
PyTorch: PyTorch for Jetson

You can find more tool in our wiki page:
https://elinux.org/Jetson_Zoo

Thanks.

1 Like