facebookresearch / speech-resynthesis

An official reimplementation of the method described in the INTERSPEECH 2021 paper - Speech Resynthesis from Discrete Disentangled Self-Supervised Representations.
Other
390 stars 54 forks source link

How to use with cpu only? #9

Closed dillfrescott closed 2 years ago

dillfrescott commented 2 years ago

I only have an AMD GPU at the moment, so I cant use cuda. Is there a way to use cpu?

adiyoss commented 2 years ago

Hi @DillFrescott, Unfortunately, cuda is the only feasible option at the moment. You can train it on cpu, but it will take the model forever to converge.

dillfrescott commented 2 years ago

Ok. Thank you for the info!