- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hey,
while converting tensorflow graph(.pb) to openvino IR(.xml), using mo_tf.py, shape of output layer is changing. In my case its changing from [1,13,13,30] to [1,30,13,13]. Can anyone explain this?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi shubham. Inference Engine expects NCHW but Tensorflow generates NHWC (channel is last shape element). And this is exactly the switch that you observe.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page