-
Hi,
I see in [https://github.com/tidsp/caffe-jacinto/blob/caffe-0.16/src/caffe/net.cpp#L2078](url) that the sparsification process excludes thin layers and depthwise separable layers. I understand …
-
hello, when i use quantize training to train a quantized model, the training code will insert **clip** layer to some layers, there is some problems: 1. for original float model struct: conv + bn …
-
TIDL documentation is bit confusing . I'm trying to do a custom object detection and classification, could you advise me
1) should I use pytorch?
2)if tf lite supports, could you provide some hints…
ghost updated
4 years ago
-
First,I tried the quantization function in mnist, and it works well.
Then,I tried the quantization function on the SSD provided in caffe-jacinto-models and the original SSD.
Both of them failed with…
-
-
-
hello, in **quant_train_module.py** file, i saw a line of code : y.data.copy_(yq.data), this code change the data of relu's output data.data, in order to use it in backword for calculate activation's…
-
-
Bumping build host changed this
https://github.com/armbian/build/blob/0898df5db4b9108a36bcd504c94190be57b5c2fe/config/sources/families/k3.conf#L86
into a problem.
[🐳|🌱] Device node created OK […
-
Dear,
I try to build with:
USE_CUDNN := 0
CPU_ONLY := 1
But always get error:
CXX src/caffe/blob.cpp
In file included from ./include/caffe/common.hpp:48:0,
from ./include…