DIGITS STARTING ERROR

hello
please help me to resolve this problem :

| _ / | | / |
| |) | | (
|| | | | _

|
/_|| || |__/ 6.0.0-rc.2

./digits-devserver: line 6: 17010 Segmentation fault (core dumped) python2 -m digits $@

I have been installed CAFFE in JETSON TX2 and I have already put all the paths that should have in it.

Hi,

Do you want to launch DIGITs on Jetson?

It’s recommended to use desktop GPU.
Jetson doesn’t support nvidia-smi, a required tool for DIGITs.

If you want to do training on TX2, please use NvCaffe directly.
Thanks.

Thank you very much.
So now I will implement DIGITS into a host machine that contain GPU to do training rapidly.

I have already installed NVcaffe into Jetson TX2, but frankly,we would like to use digit to do fast training.

Hi,

Installing DIGITs on the desktop is easy.
Please check our tutorial here:

Thanks.