-
Notifications
You must be signed in to change notification settings - Fork 19
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
Problem executing callback.py #34
Comments
Hi @drillkicker, I am the original author of the code, unfortunately I no longer work at PRiSM so I can only offer limited support. I suspect this is due to what looks like a recent change in TensorFlow/Keras - it seems the Did the Notebook run OK, or did you just experience this issue on your own machine? |
@relativeflux I didn't test the command in the notebook because I'm not familiar with Colab and couldn't figure out how to import a wav file into it. However, I tried running the code after editing the line with the error to say
|
@drillkicker Hi - yes, it looks as if the new version of Keras (Keras 3) has a lot of breaking changes for the library. Keras 3 is a complete rewrite. As I said I no longer work as PRiSM, and it doesn't look as if anyone there is maintaining this code now, but I'll get in touch with them and see if I can update it. My apologies. I certainly want to get the library back into a useable condition. Here is someone highlighting the very error you found, it's definitely due to Keras 3 incompatibility. If there isn't too much to work on I'll fork the library and update it myself. :) |
I'm trying to train samplernn in Arch Linux in a venv in my home folder instead of running it inside Google Colab and I get the following error when running train.py:
I used the default train command in the colab notebook for prism samplernn with a roughly 22 minute mono .wav file that has 48000 samples per second, chunked into 175 8 second chunks. I have tried running both python and python3.
The text was updated successfully, but these errors were encountered: