installCaffeJTX1 icon indicating copy to clipboard operation
installCaffeJTX1 copied to clipboard

Scripts to install Caffe and dependencies on the NVIDIA Jetson TX1 Development Kit

Results 4 installCaffeJTX1 issues
Sort by recently updated
recently updated
newest added

Wanted some fan control for the TX1 for various deep learning applications.

when I “sudo ldconfig”, it give me a error message "Segmentation fault" and when I try to install some package, it also give me a error message like: "dpkg: error...

The error I get: /usr/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status Makefile:568: recipe for target '.build_release/lib/libcaffe.so.1.0.0-rc3' failed The changes I made: Makefile.config #INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include...

before I started the script, I had caffe folder under /home/ubuntu where I kept some models, the script failed and complained about it I had to change the name of...