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-01-06 15:11:12 +01:00
2020-07-01 10:31:17 -04:00
2020-07-08 12:11:09 +02:00
2020-07-16 15:15:10 +02:00
2020-07-01 10:31:17 -04:00
2020-03-05 17:16:57 -05:00
2020-07-01 10:31:17 -04:00
2020-04-30 12:51:06 -04:00
2020-05-27 23:22:16 +02:00
2020-01-06 15:11:12 +01:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-07 13:23:01 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-20 09:29:12 -04:00
2020-07-01 10:31:17 -04:00
2020-07-07 18:15:53 +02:00
2020-07-07 16:35:12 +02:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-13 14:59:53 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 17:43:32 +02:00
2020-07-01 10:31:17 -04:00
2020-07-14 06:12:24 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-17 16:17:42 +02:00
2020-07-01 10:31:17 -04:00
2020-07-15 14:59:38 -04:00
2020-07-01 10:31:17 -04:00
2020-07-07 18:15:53 +02:00
2020-07-07 18:15:53 +02:00
2020-07-01 10:31:17 -04:00
2020-07-10 11:36:53 -04:00
2020-07-01 10:31:17 -04:00
2020-07-07 18:15:53 +02:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-07 18:15:53 +02:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-02 11:56:44 +02:00
2020-07-01 10:31:17 -04:00
2020-07-13 18:09:49 +08:00
2020-07-18 17:33:13 +02:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-08 16:18:17 -04:00
2020-06-15 17:12:51 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-07 13:23:01 -04:00
2020-06-15 17:12:51 -04:00
2020-07-01 10:31:17 -04:00
2020-07-07 16:35:12 +02:00
2020-07-06 18:27:53 -04:00
2020-06-15 17:12:51 -04:00
2020-07-01 11:42:22 -04:00
2020-07-07 13:23:01 -04:00
2020-06-15 17:12:51 -04:00
2020-07-01 10:31:17 -04:00
2020-05-19 10:46:55 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-07-01 10:31:17 -04:00
2020-06-25 17:24:28 +02:00
2020-07-20 09:07:37 -04:00