Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [magenta]

Questions related to the Magenta project from the Google Brain team. The project is using [tensorflow] and is an attempt to create art and music with machine learning.

magenta
0 votes
0 answers
28 views

Why isn't setup.py working on google colab?

I was trying to use pip install to run MusicVAE on google colab. However, the setup code did not work, returning this error: error: subprocess-exited-with-error × python setup.py egg_info did not ...
leofmy's user avatar
  • 1
0 votes
0 answers
29 views

Unable to Install Magenta on macOS Sonoma 14.5 (Apple M3)

System Configuration Laptop: MacBook Pro with Apple M3 Operating System: macOS Sonoma 14.5 IDE: PyCharm Python Versions Attempted: 3.10, 3.12, 3.7, 3.8 (note that many questions are showing solutions ...
francler's user avatar
0 votes
0 answers
43 views

ERROR: Failed building wheel for python-rtmidi when installing MAGENTA

Please, help, when I try pip install magenta it gives me that error I tried upgrade and downgrade the python versions, the pip versions, the Microsoft Visual C++ but it still doesn't work. I saw ...
Alex_K's user avatar
  • 1
1 vote
0 answers
42 views

MusicVAE fine-tune pre-trained model?

Is there a way to start training MusicVAE from existing pre-trained models from Magenta? https://magenta.tensorflow.org/music-vae https://github.com/magenta/magenta/tree/main/magenta/models/music_vae#...
Denis Hnidenko's user avatar
0 votes
0 answers
92 views

Enable to instal Magenta on WinPython 3.11

I am encountering issue to install Magenta with my WinPython 3.11 installed on my external drive. I have installed Microsoft Visual C++ Build Tools: specifically Desktop development with C++ only and ...
Max's user avatar
  • 1
1 vote
0 answers
176 views

Not able to install magenta-gpu

Running this command to install magenta-gpu: pip install magenta-gpu --use-deprecated=legacy-resolver and seeing this following error: Collecting optax (from flax>=0.2.0->dopamine-rl->...
vioJaSonG's user avatar
0 votes
0 answers
38 views

Getting an error "_kwargs = spec_.kwargs.copy()" saying "AttributeError: 'NoneType' object has no attribute 'copy'" when running tensor2tensor

I am currently trying to run this google collab notebook. It is a notebook that creates a transformer model and takes input from piano performances and creates newly generated music. I am getting this ...
Nick Dory's user avatar
2 votes
0 answers
57 views

Is there a way to generate melodies in specific key by fine-tuning MusicVAE model

I wanted to know if it was possible to fine-tune the options of the magenta MusicVAE or MusicRNN model to produce melodies of a specific key. Looked through the code and saw a MusicVAESpec object and ...
Yaw Botwe's user avatar
0 votes
0 answers
316 views

python 3.9 magenta not working on Windows

I receive various error when trying to install magenta with pip i get an error for building wheels for numba, llvmlite and python-rtmidi example for numba: × python setup.py bdist_wheel did not run ...
UserLK's user avatar
  • 1
2 votes
0 answers
282 views

python setup.py bdist_wheel did not run successfully - when installing magenta

I am facing an issue while installing the "magenta" package in my python 3.9.12 architecture while using the command pip install magenta. It retrieves an error when getting to the point ...
ricmhl's user avatar
  • 21
1 vote
1 answer
729 views

Failed building wheel for python-rtmidi

I'm trying to import magenta to use wavenet, however it always fails and I cannot find any useful information online. It keeps give me this error information Building wheels for collected packages: ...
Henry Zhang's user avatar
1 vote
0 answers
123 views

executing magenta with tensorflow architecture problem

I have a problem using TensorFlow and Magenta. I've installed version 1.12 of TensorFlow, version 4.0 of Magenta and Python 3.10, I am using a Mac M1 terminal with and without Rosetta option checked. ...
sickobb's user avatar
  • 13
0 votes
1 answer
102 views

Problem using magenta to generate song: SyntaxError: (unicode error) 'unicodeescape'

I want to generate music with magenta and a neural network model for a project. I found this simple example and wanted to try it first to understand how it works: https://www.twilio.com/blog/training-...
twix yon's user avatar
2 votes
0 answers
255 views

Cannot install python-rtmidi during magenta installation

I'm trying to install package magenta for an university project. I can't manage to install it due to some issues with python-rtmidi setup.py installation. When i prompt "pip install magenta" ...
Dario Trinchese's user avatar
1 vote
1 answer
408 views

How to plot loss history when we do training by Python terminal commands in Polyphony RNN?

I'm training on an RNN at Google Colab, but all cells are command lines from the Python terminal (as below), but I needed to plot the loss history, ROC curve and model architecture, but I have no ...
jose silva's user avatar

15 30 50 per page
1
2 3 4 5