Files
HuggingFace_transformer/tests
Stas Bekman 35cb101eae DataParallel fixes (#5733)
* DataParallel fixes:

1. switched to a more precise check
-        if self.args.n_gpu > 1:
+        if isinstance(model, nn.DataParallel):

2. fix tests - require the same fixup under DataParallel as the training module

* another fix
2020-07-20 09:29:12 -04:00
..
2020-05-07 13:48:44 -04:00
2020-07-18 17:33:13 +02:00