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