1. 09 May, 2024 1 commit
    • Lukas Jarosch's avatar
      Fix distributed seeding behavior · 9660a43d
      Lukas Jarosch authored
      This adds workers=True to the Lightning seed_everything function which guarantees different random states across all processes in distributed training. Prior to that some processes on different GPUs with the same worker ID could share the same random state.
      
      Note that this will break reproducibility between runs prior to and after this change.
      
      Also removes the seed and supress_output modules that were not used anymore in OpenFold.
      9660a43d
  2. 06 May, 2024 5 commits
  3. 02 May, 2024 15 commits
  4. 19 Apr, 2024 2 commits
  5. 12 Apr, 2024 1 commit
  6. 11 Apr, 2024 1 commit
  7. 02 Apr, 2024 2 commits
  8. 01 Apr, 2024 1 commit
  9. 29 Mar, 2024 1 commit
  10. 27 Mar, 2024 1 commit
  11. 25 Mar, 2024 1 commit
  12. 19 Mar, 2024 2 commits
    • Lukas Jarosch's avatar
      Fix distributed seeding behavior · a56ea9b5
      Lukas Jarosch authored
      This adds workers=True to the Lightning seed_everything function which guarantees different random states across all processes in distributed training. Prior to that some processes on different GPUs with the same worker ID could share the same random state.
      
      Note that this will break reproducibility between runs prior to and after this change.
      
      Also removes the seed and supress_output modules that were not used anymore in OpenFold.
      a56ea9b5
    • Jennifer's avatar
      first pass changes to run with pl 2.1 · 6dc34d71
      Jennifer authored
      6dc34d71
  13. 13 Mar, 2024 2 commits
  14. 22 Feb, 2024 1 commit
  15. 20 Feb, 2024 1 commit
  16. 19 Feb, 2024 1 commit
  17. 14 Feb, 2024 1 commit
  18. 12 Feb, 2024 1 commit