Describe the bug
line 10:
from nn.parallel import DistributedDataParallel as DDP
can't find module for Python 3.8
should be changed into
from torch.nn.parallel import DistributedDataParallel as DDP
(I definitely remember from nn.xxx used to work well...)
To Reproduce
just run it
Environment (please complete the following information):
Describe the bug line 10:
from nn.parallel import DistributedDataParallel as DDP
can't find module for Python 3.8 should be changed intofrom torch.nn.parallel import DistributedDataParallel as DDP
(I definitely remember from nn.xxx used to work well...)
To Reproduce just run it
Environment (please complete the following information):