caffe-jacinto
caffe-jacinto copied to clipboard
This repository has moved. The new link can be obtained from https://github.com/TexasInstruments/jacinto-ai-devkit
I have made a custom python layer for loss function. I have also put it into the python path. But I am getting this error. I am new to caffe,...
This type of neural network may work well with your DSP chips: https://github.com/S6Regen/Fixed-Filter-Bank-Neural-Networks
I tried to run SSD Mobilentv1 model as per the instructions mentioned in the following git repo: https://github.com/chuanqi305/MobileNet-SSD (just run the demo.py file, trained model and prototxt is given in...
Hello, I see there are Layers for SSD like OD models. Is there any plan to include RoiPooling layer to run RCNN - like models?
Hi, Manu I know that caffe-jacinto is fork from Nvcaffe, would you please tell that caffe-jacinto does support build with cpu ? I just want to run the example-caffe-jacinto/example/cpp_classification on...
* Building on Ubuntu 18.04 may face some road blocks - but they are solvable. The exact solution may vary slightly depending on the packages in your system. The following...
Hi, While compiling am getting the following error: command used : make -j4 **AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.0.17.0 /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libturbojpeg.a(libturbojpeg_la-turbojpeg.o): relocation R_X86_64_32 against `.data' can not be used when...
hi Manu, Do you know the TIDL quantizatation which support by TI's tool——tidl_model_import.out.exe? would you please tell me about it's different with it caffe-jacinto. thanks best regards
Quantization
Hello, I am working on both image classification examples (CIFAR/IMAGENET) and am struggling understanding where the quantization appears in your examples. Actually, i looked in the prototxt files provided in...
Hello, I am trying to fine-tune a model with sparsification. Actually, it corresponds to the alexnet architecture trained on imagenet data given here : https://github.com/cvjena/cnn-models . I am trying to...