Skip to content

Commit

Permalink
Setup the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kaseris committed Feb 7, 2024
1 parent 5f34fa7 commit 53b6b07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/skelcast/experiments/distributed.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
from torch.utils.data.distributed import DistributedSampler
from torch.nn.parallel import DistributedDataParallel
from torch.distributed import init_process_group, destroy_process_group

from skelcast.experiments import RUNNERS

@RUNNERS.register_module()
Expand Down

0 comments on commit 53b6b07

Please sign in to comment.