facebookresearch / music-translation

A UNIVERSAL MUSIC TRANSLATION NETWORK - a method for translating music across musical instruments and styles.
Other
459 stars 71 forks source link

Using this model without GPU? #2

Closed AlucardNosferatu closed 4 years ago

AlucardNosferatu commented 5 years ago

Hi, I have a question about requirements of this project, I've noticed that fast inference wavenet kernels are used in this project, do we need a GPU to run this program? Is it possible to output generated result with only CPU? Thank you.

shenberg commented 4 years ago

You can use sample_py.sh to run pure-python sampling. Be prepared for slow inference times (minutes per second of audio generated)