Before following instructions, make sure that you have installed Anaconda(Python 3.5+) and bazel if generatimg music with Google's Magenta.
curl https://raw.githubusercontent.com/tensorflow/magenta/master/magenta/tools/magenta-install.sh > /tmp/magenta-install.sh
bash /tmp/magenta-install.sh
source activate magenta
pip install tensorflow-gpu==1.4.0
pip install magenta-gpu==0.3.2
- Magenta 项目初探-手把手教你用Tensorflow神经网络创造音乐
- 用Google Brain的机器学习项目:Magenta,教神经网络学抖音小姐姐作曲
- 用Tensorflow让神经网络自动创造音乐
- 基于深度学习生成音乐
- Music and text generation
- Tensorflow让神经网络自动创造音乐
- 教练我想写日式流行歌!——黑科技magenta残差网络训练教程
- 使用Magenta生成音乐
More code will be uploaded soon!