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
279 stars 25 forks source link

Multi-GPU training? #11

Closed RaviMa-Kore closed 3 years ago

RaviMa-Kore commented 3 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 3 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.