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.

Resources:

65 questions
1
vote
1 answer

Mac OSX Google Magenta Bazael Test Fails

I have been trying to follow the instructions in the ReadMe.md and each time the tests have failed. From the Command Line: bazel test //magenta/... ..... WARNING:…
1
vote
0 answers

tensorflow-magenta bazel error running first test

I have installed the C++ protobuf library on Ubuntu 15.10. When I run the first magenta test within the magenta workspace directory I get this error (changed url to protobuf, cant post not enough reputation points. What a great problem reporting…
thornroby
  • 11
  • 2
0
votes
0 answers

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 error when I try importing the tensor2tensor…
0
votes
0 answers

Magenta issues with M4l

whenever i want to cream something with magenta i can select an output but the slots are empty and i can't select anything. Has anyone already had this? this happens with all Magenta plugins. I work with m4l enter image description here whenever i…
0
votes
0 answers

Problem with installing magenta in Visual Studio

I have a problem with installing magenta via pip install. I have no idea how to continue. Do you have a solution for this? What we've found out is, that this issue is only appearing on windows but working on mac OS. my python version is 3.9.13 …
0
votes
0 answers

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 successfully. │ exit code: 1 ╰─> [13 lines of…
0
votes
0 answers

building wheels for various packages not working

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 successfully. │ exit code: 1 ╰─> [13 lines of…
UserLK
  • 1
  • 1
0
votes
0 answers

Can not train my drums_rnn model. Weird error: ValueError: string_input_producer requires a non-null input tensor

I'm using Python 3.6, latest version of Magenta and Tensorflow 1.15.2 (magenta-n) sven:~$ drums_rnn_train --config=drum_kit --run_dir=/tmp/drums_rnn/logdir/run1 --sequence_example_file=/tmp/drums_rnn/sequence_examples/train_drum_tracks.tfrecord…
0
votes
1 answer

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:…
twix yon
  • 1
  • 1
0
votes
2 answers

How to Change Tempo of a Notes Sequence in Magenta?

I tried changing qpm. But it doesn't change anything. I want to change the tempo of the notes sequence. I am working on Colab, my notebook can be found here. from note_seq.protobuf import music_pb2 from note_seq import sequences_lib …
0
votes
1 answer

ModuleNotFoundError: No module named 'magenta.protobuf' but I have installed it

I run in the magenta environment on my iMac the python file and I get the error: ModuleNotFoundError: No module named 'magenta.protobuf' Though I have tried: pip install protobuf pip3 install protobuf pip install protobuf-compiler pip3 install…
0
votes
1 answer

How to convert a magenta.js note sequence to a midi file?

I am trying to convert a note sequence in Magenta.js to a midi file and get an url so users can download it and use that url in my midi-player/visualizer. // Create a magenta note sequence generateMelody(sendedNotes, 0.7,…
juancopi81
  • 53
  • 8
0
votes
0 answers

Receiving an error on terminal when pip installing magenta

When I pip install magenta in terminal, I receive an error and I don't really get how to solve it... The error is as follows: ERROR: tensorflow 2.3.0 has requirement gast==0.3.3, but you'll have gast 0.4.0 which is incompatible. ERROR: tensorflow…
0
votes
0 answers

Magenta MusicVAE/GrooVAE conditioning

I want to try different methods of conditioning the decoding process of the Variational Autoencoder Models of the Google Magenta project for my own research project. As far as I can tell, MusicVAE has already been conditioned by the authors on…
0
votes
1 answer

Getting error "AttributeError: module 'tensorflow' has no attribute 'contrib'"

I am trying to install ai duet in Windows 10, I already installed all the requirements (TensorFlow, Magenta, Flask, Gunicorn and iPython), I am doing python server.py but don't work. I was already looking at solutions on the internet but they do not…