We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to follow this post https://blogs.rstudio.com/tensorflow/posts/2018-06-06-simple-audio-classification-keras/
But the code no longer work with tensorflow 2. It show error start from this line audio_ops <- tf$contrib$framework$python$ops$audio_ops
I down grade the tensorflow 1.x and it fine.
The text was updated successfully, but these errors were encountered:
Yeah, TF2 have removed all contrib packages.
contrib
You need to find where they were moved to. For example:
tf$audio$decode_wav
tf$signal$stft
Sorry, something went wrong.
No branches or pull requests
I try to follow this post https://blogs.rstudio.com/tensorflow/posts/2018-06-06-simple-audio-classification-keras/
But the code no longer work with tensorflow 2. It show error start from this line
audio_ops <- tf$contrib$framework$python$ops$audio_ops
I down grade the tensorflow 1.x and it fine.
The text was updated successfully, but these errors were encountered: