Skip to content

daysleeperx/Music-Transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITI8565-2023-ML-FinalProject

Downloading the Models

The following commands can be used to download the respective models:

Unconditional Music Transformer

gsutil cp "gs://magentadata/models/music_transformer/checkpoints/unconditional_model_16.ckpt.data-00000-of-00001" ./models/music_transformer/
gsutil cp "gs://magentadata/models/music_transformer/checkpoints/unconditional_model_16.ckpt.index" ./models/music_transformer/
gsutil cp "gs://magentadata/models/music_transformer/checkpoints/unconditional_model_16.ckpt.meta" ./models/music_transformer/

Score-Conditioned Music Transformer

gsutil cp "gs://magentadata/models/music_transformer/checkpoints/melody_conditioned_model_16.ckpt.data-00000-of-00001" ./models/music_transformer/
gsutil cp "gs://magentadata/models/music_transformer/checkpoints/melody_conditioned_model_16.ckpt.index" ./models/music_transformer/
gsutil cp "gs://magentadata/models/music_transformer/checkpoints/melody_conditioned_model_16.ckpt.meta" ./models/music_transformer/

Downloading the SoundFont

To download the soundfont file, you can use the following command:

gsutil cp "gs://magentadata/soundfonts/Yamaha-C5-Salamander-JNv5.1.sf2" ./soundfonts/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published