1. 20 Jul, 2020 1 commit
    • Stas Bekman's avatar
      DataParallel fixes (#5733) · 35cb101e
      Stas Bekman authored
      * DataParallel fixes:
      
      1. switched to a more precise check
      -        if self.args.n_gpu > 1:
      +        if isinstance(model, nn.DataParallel):
      
      2. fix tests - require the same fixup under DataParallel as the training module
      
      * another fix
      35cb101e
  2. 18 Jul, 2020 4 commits
  3. 17 Jul, 2020 1 commit
  4. 16 Jul, 2020 1 commit
  5. 15 Jul, 2020 2 commits
  6. 14 Jul, 2020 1 commit
  7. 10 Jul, 2020 1 commit
  8. 09 Jul, 2020 1 commit
  9. 08 Jul, 2020 1 commit
    • Ji Xin's avatar
      Add DeeBERT (entropy-based early exiting for *BERT) (#5477) · cfbb9829
      Ji Xin authored
      * Add deebert code
      
      * Add readme of deebert
      
      * Add test for deebert
      
      Update test for Deebert
      
      * Update DeeBert (README, class names, function refactoring); remove requirements.txt
      
      * Format update
      
      * Update test
      
      * Update readme and model init methods
      cfbb9829
  10. 07 Jul, 2020 5 commits
  11. 06 Jul, 2020 1 commit
  12. 01 Jul, 2020 3 commits
  13. 30 Jun, 2020 4 commits
  14. 29 Jun, 2020 2 commits
  15. 28 Jun, 2020 2 commits
  16. 26 Jun, 2020 4 commits
  17. 25 Jun, 2020 3 commits
  18. 24 Jun, 2020 3 commits