jaywalnut310 / glow-tts

A Generative Flow for Text-to-Speech via Monotonic Alignment Search
MIT License
667 stars 150 forks source link

Parallelization and GPU requirements #51

Closed patdflynn closed 3 years ago

patdflynn commented 3 years ago

I see GTTS was developed to be parallelizable. Does training work on let's say several 2080 ti or 3080 rtx?

echelon commented 3 years ago

I trained it on LambdaLabs' 8x V100 instances and saw massive speedup, so you should be fine. :)

v-nhandt21 commented 3 years ago

I trained it on LambdaLabs' 8x V100 instances and saw massive speedup, so you should be fine. :)

How can I train with Multi-GPU, Do all I need to do is "CUDA_VISIBLE_DEVICES=0,1" and any specific script, can you teach me?