This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2: TDA2x TIDL Deep learning setup

Part Number: TDA2


Dear TI,

I am trying to setup the TIDL deep learning framework.

Firstly I set up the below from github in Linux Ubuntu:

caffe-jacinto  caffe-jacinto-models

Based on the instruction, I need to build (make) for caffe-jacinto but face face different build error due to various dependency from either cuDNN or other dependncy, e.g. the current error is:

CXX src/caffe/blob.cpp
In file included from ./include/caffe/common.hpp:48:0,
from ./include/caffe/util/cudnn.hpp:7,
from src/caffe/blob.cpp:4:
./include/caffe/util/device_alternate.hpp:10:20: fatal error: nvml.h: No such file or directory
#include <nvml.h>
^
compilation terminated.

Can you provide a pre-build package? (So we can focus on our the DL traning and parameter generation)

Thanks and best regards

He Wei