1. 02 May, 2024 11 commits
  2. 19 Mar, 2024 1 commit
    • 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
  3. 07 Feb, 2024 1 commit
  4. 05 Dec, 2023 1 commit
  5. 30 Nov, 2023 1 commit
  6. 03 Nov, 2023 1 commit
  7. 17 Oct, 2023 1 commit
  8. 16 Oct, 2023 1 commit
  9. 10 Oct, 2023 2 commits
  10. 25 Sep, 2023 1 commit
  11. 10 Sep, 2023 1 commit
  12. 08 Sep, 2023 1 commit
  13. 28 Aug, 2023 1 commit
  14. 02 Aug, 2023 1 commit
  15. 21 Jul, 2023 1 commit
  16. 20 Jul, 2023 1 commit
  17. 07 Jul, 2023 1 commit
  18. 15 Jun, 2023 1 commit
  19. 31 Jan, 2023 2 commits
  20. 25 Jan, 2023 2 commits
  21. 07 Oct, 2022 2 commits
  22. 08 Aug, 2022 1 commit
  23. 02 Aug, 2022 3 commits
  24. 30 Jul, 2022 1 commit