ncnn2table error

olqngx59  于 2022-12-31  发布在  其他
关注(0)|答案(4)|浏览(139)

when I go to use the ncnn2table I get this error. The network I use is a mobilenetV2.

====> Quantize the parameters.
====> Quantize the activation.
====> step 1 : find the max value
find_blob_index_by_name data failed

y1aodyip

y1aodyip1#

Maybe your input name not equal "data". You can double check your input name.

t3irkdon

t3irkdon2#

During
====> step 1 : find the max value
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 140) > this->size() (which is 74)
Now i have this error!Can you help me?

wfypjpf4

wfypjpf43#

After many change i solve the problem.But when i go to load the bin and the param i have this error:
ModelBin read index_array failed 0
layer load_model 77 failed

相关问题