- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
More info:
Log is same with "Dynamic Batching with Face Detection Model"
https://software.intel.com/en-us/forums/computer-vision/topic/808634
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Dear Dear ke, xu,
Of course !
Glad to help.
Thanks,
Shubha
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
@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.
