-
Notifications
You must be signed in to change notification settings - Fork 164
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
TypeError: 'float' object cannot be interpreted as an integer #34
Comments
It causes, because you use python3, this project uses python2 |
I have encountered the same problem, but python2.7 does not support GPU on windows. Have you solved this problem? |
No, @huihui890 unfortunately not. This is, I believe, the only one I got at least running on my computer but I created another issue on there because it was taking a ridiculous amount of time to run. Good look, and if you find a repository that does allow you to train and denoise your audio files link me to it because I would like to use it as well! |
@huihui890 I now use Google Colab for many of my neural network needs and it seems to work better. I would recommend you give this repository a try with Google Colab. I might link a notebook here if I can get it working. |
@GrahamboJangles Thank you very much for your recommendation, I will go to run Google Colab model as soon as possible. |
@huihui890 I started one here but couldn't quite get it working. I get this error. |
@GrahamboJangles I will go to run this model as soon as possible. |
Windows 10, python 3.6.3
Full error when trying to run main.py:
The text was updated successfully, but these errors were encountered: