Hello Sir,
My Env: Win10, Intel CPU i7(8750H), SDK 2019 R2
It it run OK for fixed batch size = 2;
But When it is set to be dynamic batch size, It print failed at run:
"executable_network = core.LoadNetwork(network, dyn_config);"
Error log:
"MKLDNNGraph::CreateGraph: such topology cannot be complied for dynamic batch! Error"
My Question: Is it not support dynamic batch for Resnet50 model ?
Best Regards,
Ke
Dear ke, xu,
As the Dynamic Batching Doc says, Dynamic Batching supports only some layers. My guess is that Resnet50 has some unsupported layers.
Hope it helps,
Thanks,
Shubha
連結已複製
Dear ke, xu,
As the Dynamic Batching Doc says, Dynamic Batching supports only some layers. My guess is that Resnet50 has some unsupported layers.
Hope it helps,
Thanks,
Shubha
@Shubha_R_Intel Hi,
I couldn't any models supporting dynamic batch sizing, even the example scenario given in the docs doesn't seem working. Is there any possible way we can solve this issue?? It'd great if you could write back.