Hi,
I have question about producing TIDL Network File.
Below is my prototxt file,
layer {
name: "conv14_mbox_deconf_BBOX_anchor0_3"
type: "Deconvolution"
bottom: "conv14_2_mbox_conf_BBOX_anchor0_3"
top: "conv14_mbox_deconf_BBOX_anchor0_3"
param {
lr_mult: 0.0
decay_mult: 0.0
}
convolution_param {
num_output: 19
bias_term: false
pad: 0
group: 19
weight_filler {
type: "constant"
value: 1.0
}
kernel_h: 1
kernel_w: 2
stride_h: 1
stride_w: 2
}
}
Error Issue:
[libprotobuf FATAL c:\users\user\desktop\otobrite_ahan\otodas\otodl_src_20171101\modules\tidl_utils\protobuf-3.2.0rc2\src\google\protobuf\repeated_field.h:1084] CHECK failed: (index) < (current_size_):
How can I solve this error ?
Ahan