Closed qizhust closed 3 years ago
Sorry maybe I didn't state clearly in the README file, this code does not support multi GPU training -- actually, using DataParallel won't increase the speed as the bottleneck is the dense CPU operations in program execution.
Using multiprocessing based data parallelism might help, but I haven't tried that.
Yep, I see. Thanks for your reply :)
Hi, an AssertionError
appears when
did you meet this error?