How to adapt fs_model for torch.distributed #271
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Inspired by this tutorial, I am trying to adapt the different scripts
train.py,data/data_loader_Swapping.py, andmodels/fs_model.pyfor torch.distributed.launchI'm stuck at an error when I try to apply torch.nn.parallel.DistributedDataParallel to the model:
This is the error, I get:
Has someone successfully adapted the repo for the Multi GPU training ?