mlcommons / inference_results_v0.5

This repository contains the results and code for the MLPerf™ Inference v0.5 benchmark.
https://mlcommons.org/en/inference-datacenter-05/
Apache License 2.0
55 stars 43 forks source link

Intel: Unsupported primitive of type: PriorBoxClustered #26

Closed psyhtest closed 4 years ago

psyhtest commented 4 years ago

I've followed instructions for building and running the SSD-MobileNet benchmark, using the OpenVINO 2019_R3.1 release as the most close to the submission time. However, running it gives me:

      terminate called after throwing an instance of 'InferenceEngine::details::InferenceEngineException'
        what():  Unsupported primitive of type: PriorBoxClustered name: PriorBoxClustered_5

Any ideas @attafosu?

psyhtest commented 4 years ago

Apparently, using the Windows/GPU version on Linux/CPU was not a great idea. By switching to the Linux/CPU version (which is deceptively similar but not quite the same!) I was able to avoid this error.

However, this still gave me:

Floating point exception(core dumped) 

I'll open a new ticket with instructions on how to reproduce the problem with Collective Knowledge.

psyhtest commented 4 years ago

I can only reproduce the floating-point exception issue on an Ubuntu 16.04 workstation. The same works fine on an Ubuntu 18.04 laptop, and even in a Ubuntu 16.04 container on the same workstation. Therefore, I'll not open an issue just yet.