Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: NodeDef mentions attr 'feature_win_len' not in Op #10

Closed
qianyunw opened this issue Jul 18, 2019 · 5 comments
Closed

ValueError: NodeDef mentions attr 'feature_win_len' not in Op #10

qianyunw opened this issue Jul 18, 2019 · 5 comments

Comments

@qianyunw
Copy link

Hi,

thanks for sharing!

I am currently trying to run your code on my machine(Python 2.7& Tensorflow 1.12.0).
When I run command line "python run_voca.py", there are some problems, The following is the output, is there something wrong with my settings?

Thank you so much!!!

<
$ python run_voca.py --tf_model_fname './model/gstep_52280.model' --ds_fname './ds_graph/output_graph.pb' --audio_fname './audio/test_sentence.wav' --template_fname './template/FLAME_sample.ply' --condition_idx 3 --out_path './animation_output'
Traceback (most recent call last):
File "run_voca.py", line 44, in
inference(tf_model_fname, ds_fname, audio_fname, template_fname, condition_idx, out_path)
File "/home/wangqianyun/voca/utils/inference.py", line 62, in inference
processed_audio = process_audio(ds_fname, audio, sample_rate)
File "/home/wangqianyun/voca/utils/inference.py", line 41, in process_audio
return audio_handler.process(tmp_audio)['subj']['seq']['audio']
File "/home/wangqianyun/voca/utils/audio_handler.py", line 53, in process
return self.convert_to_deepspeech(audio)
File "/home/wangqianyun/voca/utils/audio_handler.py", line 101, in convert_to_deepspeech
tf.import_graph_def(graph_def, name="deepspeech")
File "/home/wangqianyun/voca/voca/local/lib/python2.7/site-packages/tensorflow/python/util/deprecation.py", line 488, in new_func
return func(*args, **kwargs)
File "/home/wangqianyun/voca/voca/local/lib/python2.7/site-packages/tensorflow/python/framework/importer.py", line 422, in import_graph_def
raise ValueError(str(e))
ValueError: NodeDef mentions attr 'feature_win_len' not in Op<name=NoOp; signature= -> >; NodeDef: {{node deepspeech/model_metadata}} = NoOpfeature_win_len=32, feature_win_step=20, sample_rate=16000. (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.).

@TimoBolkart
Copy link
Owner

Hi,

can you please provide some more information about your setup? Did you download the trained DeepSpeech model (v0.1.0) from Mozilla/DeepSpeech (i.e. deepspeech-0.1.0-models.tar.gz)?

@qianyunw
Copy link
Author

Hi,

thank you for your reply!
Yes, I downloaded deepspeech-0.5.0-models. Does the version affect the results? I will try 0.1.0 later!

@TimoBolkart
Copy link
Owner

Hi,

yes, the downloaded version matters as Mozilla changed some things in how to handle the input data. Please try with v0.1.0 and let me know if this fixes the problem.

@qianyunw
Copy link
Author

Hi,

thank you so much(≧∇≦)ノ v0.1.0 fixes this problem perfectly!

@TimoBolkart
Copy link
Owner

Perfect, thanks for the feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants