Open InfluenceFunctional opened 1 year ago
Discriminator training is slow - could possibly be sped up with nn.distributeddataparallel
nn.dataparallel with a the pyg parallel loader should be simple to implement
nn.distributeddataparallel is generally more highly recommended, but is more work (I think) to implement
Discriminator training is slow - could possibly be sped up with nn.distributeddataparallel