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.

No op named DecodeWav in defined operations

See original GitHub issue

While trying the “Simple Speech Recognition” frozen graph given in this link: https://storage.googleapis.com/download.tensorflow.org/models/speech_commands_v0.01.zip

The TF model fails to load in tensorflow. Here’s the output: ValueError: No op named DecodeWav in defined operations.

I’m using TensorFlow 1.3.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
miaout17commented, Nov 9, 2017

@slin07 Have you tried from tensorflow.contrib.framework.python.ops import audio_ops as contrib_audio before importing? Could you post the error message? Thanks!

0reactions
oreganrobcommented, Feb 15, 2019

Hi,

I’m new to this (so apologies!) but am I now able to convert the TF speech_data example whilst keeping the DecodeWav op? Some of the comments above seem to suggest it is now a supported op?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No op named NonMaxSuppressionV2 in defined operations.
Hi,. While converting the tensorflow model (.pb) to snpe (.dlc) , I'm facing issue with the "NonMaxSuppressionV2" operation.
Read more >
How to use object detection API with an old version of tensorflow
' % node.op) ValueError: No op named NonMaxSuppressionV3 in defined operations. Just wondering if it's possible to use object detection API with ...
Read more >
tf.Operation | TensorFlow v2.11.0
Objects of type Operation are created by calling a Python op constructor (such as ... ValueError, if the node_def name is not valid....
Read more >
How to convert Tensorflow Simple Audio Recognition frozen ...
So i created the text summary of the frozen graph as mentioned in the tutorial and ... node.op) ValueError: No op named DecodeWav...
Read more >
op - Go Packages
Package op defines functions for adding TensorFlow operations to a Graph. ... as a name prefix) for all operations being added to the...
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