apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.78k stars 6.79k forks source link

train ssdlite mobilenetv2, enconter the name error #14386

Closed peterpaniff closed 5 years ago

peterpaniff commented 5 years ago
raise ValueError('Cannot find output that matches name \"%s\"' % index)

ValueError: Cannot find output that matches name "mobilenetv20_features_relu61_relu6"

but i visualize the pretrained mobilenetV2 structure, it does has the name. image

peterpaniff commented 5 years ago

I solve it myself