hands-on-music-generation-with-magenta icon indicating copy to clipboard operation
hands-on-music-generation-with-magenta copied to clipboard

The "Hands-On Music Generation with Magenta" book code repository and info resource

Results 3 hands-on-music-generation-with-magenta issues
Sort by recently updated
recently updated
newest added

using `pip install magenta==1.1.7` takes unreasonably long time and it involves dependency resolution for various libraries. Could you provide with a requirements.txt file or a docker container ?

I am trying to execute chap. 4's code of c2.0.1 branch. Everything is fine until In [3], where I get this error: ``` ModuleNotFoundError Traceback (most recent call last) in...

bug

Using the command : python -m pip install magenta==2.0.1, I get the following error : ERROR: Could not find a version that satisfies the requirement jaxlib>=0.1.51 (from dopamine-rl->tensor2tensor->magenta==2.0.1) (from versions:...

bug