MXnet的模型转换好之后,提示 find_blob_index_by_name_failed
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 23.8k
- Forks
- 4.5k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 37
Description
转换时没有出现任何错误,路径之类的也没有问题,我真的是个小白兔😂
使用的是 age-model
到这一步非常成功...然后...
- out1.param 就是上述的ag.param
error log:
find_blob_index_by_name conv_1_relu failed
Convolution load_param failed 1
layer load_param failed
find_blob_index_by_name conv_2_dw_relu failed
Convolution load_param failed 1
layer load_param failed
find_blob_index_by_name conv_2_relu failed
.......
InnerProduct load_param failed 1
layer load_param failed
layer load_model 0 failed
load ga model failed.
Program ended with exit code: 255
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the age-model files linked in the issue and compare the generated out1.param with ag.param. Review the conversion and model-loading steps around the reported find_blob_index_by_name and layer load_param failures; the work is done when the converted model loads without these errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100