Support for PlaceholderWithDefault
See original GitHub issueHi there,
this is a really exciting project! I’m getting this error when trying to convert MobileNet from the code poets example:
NotImplementedError: Unsupported Ops of type: PlaceholderWithDefault
I noticed that Placeholder
is implemented. Do you think PlaceholderWithDefault
will be in scope?
Many thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
tensorflow::ops::PlaceholderWithDefault Class Reference
Output : A placeholder tensor that defaults to input if it is not fed. Constructors and Destructors. PlaceholderWithDefault(const ::tensorflow:: ...
Read more >error PlaceholderWithDefault when converting Tensorflow ...
I am using a mac with MacOS Sierra. Hope someone can help. ... If it still wont work mayby try to build tfcoreml...
Read more >Support for tensorflow ops for newer TF version - Development
Hi. Standard Tensorflow models exported in TF 1.12 & later have newer ops which have not been implemented in TVM right now.
Read more >Supported Framework Layers - OpenVINO™ Documentation
PlaceholderWithDefault. Prod. QueueDequeue. Supported only when it is part of a sub-graph of the special form. QueueDequeueUpToV2. Supported only when it is ...
Read more >Vitis AI Quantizer Error - Xilinx Support
... 1 Mean, 1 Softmax, 1 Relu, 1 PlaceholderWithDefault, 1 Placeholder, 1 Pad, 1 DepthwiseConv2dNative, 1 ConcatV2 Found 1 possible inputs: (name=input_1, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @nivim, can you please pull the latest version of this repo and install it from source (using pip install -e . ). The error should go away then.
Thanks @aseemw ! Already did that once according to your comments in another issue,but I had to actively uninstall the former package and then install the latest one for it to take effect.
Works perfect now, Thank you!