-
Notifications
You must be signed in to change notification settings - Fork 52
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
Chapter 4 Notebook Import Utils #5
Comments
Fixed, thanks @brenterprises, let me know if you find anything else. |
does not work for me on MacOSX Catalina, magenta 2.0.1, protobuf 3.12.2, tensorflow 2.2.0 |
Hello @Hasterios, which branch are you using? The book was written using Magenta 1.1.7, but I've recently ported the code on Magenta 2.0.1 on https://github.com/PacktPublishing/hands-on-music-generation-with-magenta/tree/magenta-v2.0.1. You can also check out the README at https://github.com/PacktPublishing/hands-on-music-generation-with-magenta/tree/magenta-v2.0.1#magenta-versioning and an article I've written on migrating to Magenta 2.0.1 for more information: https://alexandredubreuil.com/publications/2020-06-06-music-generation-with-magenta-2-0-1-a-migration-guide-from-version-1-1-7/ EDIT: this probably doesn't have anything to do with version, see #7 (comment) |
Hello Dubreuia, |
In the third code block in the Chapter 4 notebook
from utils import save_midi, save_plot
should be
from note_sequence_utils import save_midi, save_plot
The text was updated successfully, but these errors were encountered: