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.

TMDSEVM572X: Does caffe-jacinto and TIDL support sharing weights?

Part Number: TMDSEVM572X

Processor SDK: 06_03_00_106

Does the caffe-jacinto and TIDL support the network configurations with sharing weights?

Example is as follows:

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
####################################layer1 ##############################
layer {
bottom: "data/layer1"
top: "conv1/layer1"
name: "conv1/layer1"
type: "Convolution"
param {
name: "layer/conv1_w"
lr_mult: 1
decay_mult: 1
}
param {
name: "layer/conv1_b"
lr_mult: 2
decay_mult: 0
}
convolution_param {
num_output: 64
kernel_size: 7
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX