ciyongch commented on issue #13843: fix ssd quantization script error
URL: https://github.com/apache/incubator-mxnet/pull/13843#issuecomment-453353672
 
 
   @TaoLv, error log is as below:
   ```
   $ python evaluate.py --cpu --num-batch 10 --batch-size 224 --deploy 
--prefix=./model/cqssd_
   [17:17:21] src/io/iter_image_det_recordio.cc:283: ImageDetRecordIOParser: 
/home/ubuntu/mxnet/example/ssd/data/val.rec, use 32 threads for decoding..
   [17:17:21] src/io/iter_image_det_recordio.cc:340: ImageDetRecordIOParser: 
/home/ubuntu/mxnet/example/ssd/data/val.rec, label padding width: 254
   [17:17:23] src/operator/subgraph/mkldnn/mkldnn_conv_property.cc:138: Start 
to execute MKLDNN Convolution optimization pass.
   Traceback (most recent call last):
     File "evaluate.py", line 108, in <module>
       voc07_metric=args.use_voc07_metric)
     File "/home/ubuntu/mxnet/example/ssd/evaluate/evaluate_net.py", line 107, 
in evaluate_net
       mod.set_params(args, auxs, allow_missing=False, force_init=True)
     File "/home/ubuntu/mxnet/python/mxnet/module/module.py", line 350, in 
set_params
       allow_extra=allow_extra)
     File "/home/ubuntu/mxnet/python/mxnet/module/module.py", line 309, in 
init_params
       _impl(desc, arr, arg_params)
     File "/home/ubuntu/mxnet/python/mxnet/module/module.py", line 300, in _impl
       raise RuntimeError("%s is not presented" % name)
   RuntimeError: flatten10_0_max is not presented
   ```
   > Thank you for the quick fix @ciyongch . Do you mind pasting the error log 
here?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to