NervanaSystems / ngraph-mxnet

MXNet - nGraph integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to check accuracy ssd-vgg16. Should use other model for testing SSD

lnguyen-nvn opened this issue · comments

https://aipg-rancher.intel.com/jenkins/algo-lr/job/ngraph-mxnet-run-accuracy-inference-models/153/console reported:
00:04:09.860366 nGraph: network:ssd-vgg16, type:inference, batch_size:1, accuracy:fail

I have coco data in /dataset/coco/

This is not urgent. However, I would like to sort it out this week.
Should I use ssd_300_vgg16_atrous_voc instead of ssd-vgg16 ?

Yes, ssd-vgg16 by itself doesn't have a pretrained version, so real data inference testing is out the question. ssd_300_vgg16_atrous_voc is a close replacement we can test with real data.