timoschick / pet

This repository contains the code for "Exploiting Cloze Questions for Few-Shot Text Classification and Natural Language Inference"
https://arxiv.org/abs/2001.07676
Apache License 2.0
1.62k stars 282 forks source link

Corrected Multi GPU Errors #81

Closed ManoharSai2000 closed 2 years ago

ManoharSai2000 commented 2 years ago

Removed multiple DataParallel Initiations and assigned a global one

timoschick commented 2 years ago

Great, thank you! 👍