What is TensorFlow Magenta?
Magenta is a Python library created by Google using TensorFlow that helps generate art and music.
Playing with TensorFlow Magenta
There are several options to Get Started with Magenta.I decided to start with Hello Magenta Colab Notebook as it is using Python and it is a way to set up a Python environment in the browser without installing it locally. In addition Google provides runtime environment and GPU to test it out.
I've opened the Hello Magenta notebook, changed runtime type to GPU and connected to the host.
At the end of Step 0 I've got an error:
It seems has no real effect on the rest. So I was able to run next steps and play music from the browser.
The most relevent to my project step was to generate new music based on the input sequence and "temperature".
I've changed temperature value from 1.0 to 2.0 and the generated sequence was quite different!
Than I tried Music VAE
Again I've changed the temperature and result was quite different.
As I have several sensors so I'd like to interpolate different sequences. And Magenta has option for this as well.
The next step for me is to reproduce this colab in my runtime environment,