alexa / dialoglue

DialoGLUE: A Natural Language Understanding Benchmark for Task-Oriented Dialogue
https://evalai.cloudcv.org/web/challenges/challenge-page/708/overview
Apache License 2.0
282 stars 27 forks source link

Multi-GPU training? #11

Closed RaviMa-Kore closed 4 years ago

RaviMa-Kore commented 4 years ago

@mihail-amazon Does this model support multi-gpu training? I see that the code uses only one gpu for training!

mihail-amazon commented 4 years ago

The downstream models typically do not need more than a single GPU to train but you're welcome to adapt them to fit your needs.