Skip to content
Snippets Groups Projects

Support DistributedDataParallel

Merged Mélodie Boillet requested to merge fix-ddp into main
All threads resolved!

Closes #116 (closed)

With this fix, we can

  • Train on multiple GPUs
  • Continue a training started with 1 GPU on multiple GPUs
  • Continue a training started with multiple GPUs on 1 GPU
  • Load any pre-trained model (trained with 0, 1 or more GPUs)

It also closes #143 (closed) and #118 (closed)

Edited by Yoann Schneider

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    • c4a9f9a4 - Add fix_ddp_layers_names function

    Compare with previous version

  • Mélodie Boillet added 4 commits

    added 4 commits

    • 0773855e - 1 commit from branch main
    • bc660a06 - Support DistributedDataParallel
    • 27001cba - Document training on multiple GPUs
    • 41872136 - Add fix_ddp_layers_names function

    Compare with previous version

  • Mélodie Boillet resolved all threads

    resolved all threads

  • Yoann Schneider approved this merge request

    approved this merge request

  • Yoann Schneider enabled an automatic merge when the pipeline for 41872136 succeeds

    enabled an automatic merge when the pipeline for 41872136 succeeds

  • Yoann Schneider changed the description

    changed the description

  • Please register or sign in to reply
    Loading