-
Notifications
You must be signed in to change notification settings - Fork 244
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
NoBackendError #9
Comments
Thank you. For the time being, I am leaving this issue opened. |
How solve this issue in window using anaconda?? |
the error invalid literal for int() with base 10 in following line how can i fix it?? |
i have same problem. Did anyone fix it? |
is there anyway to fix this problem if you are working on a Mac using pycharm ??/ need help asap please. |
i didn't find anyway to fix this problem. I write new code for audio-classification. if you want you can look my github repo |
Just remove all |
When I run, this error came up: ValueError: Cannot feed value of shape (0, 0) for Tensor 'Placeholder_1:0', which has shape '(?, 10)' |
Just want to raise this issue in case someone also encountered this (and share my solution). I will get this no backend error:
In Ubuntu, I use
sudo apt-get install libav-tools
and this issue get solved.
The text was updated successfully, but these errors were encountered: