question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for PlaceholderWithDefault

See original GitHub issue

Hi 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:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
aseemwcommented, Jan 1, 2018

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.

0reactions
nivimcommented, Jan 1, 2018

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found