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?
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
4条答案
按热度按时间y1aodyip1#
Maybe your input name not equal "data". You can double check your input name.
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?
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
gijlo24d4#
#1357 merged