"vscode:/vscode.git/clone" did not exist on "1efc208ff386fb6df56302c8f6f9484ddf93b92a"
  1. 20 Jul, 2020 6 commits
    • 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
    • Pradhy729's avatar
      Trainer support for iterabledataset (#5834) · 290b6e18
      Pradhy729 authored
      * Don't pass sampler for iterable dataset
      
      * Added check for test and eval dataloaders.
      
      * Formatting
      
      * Don't pass sampler for iterable dataset
      
      * Added check for test and eval dataloaders.
      
      * Formatting
      
      * Cleaner if nesting.
      
      * Added test for trainer and iterable dataset
      
      * Formatting for test
      
      * Fixed import when torch is available only.
      
      * Added require torch decorator to helper class
      
      * Moved dataset class inside unittest
      
      * Removed nested if and changed model in test
      
      * Checking torch availability for IterableDataset
      290b6e18
    • Julien Chaumond's avatar
      [model_cards] Dataset ids are case-sensitive · 82dd96ca
      Julien Chaumond authored
      cc @lhoestq @thomwolf
      
      Also cc'ing model author @nreimers => Model pages now properly link to the dataset pages (and in the future, eval results, etc.)
      82dd96ca
    • Manuel Romero's avatar
      Create README.md (#5813) · b01a8844
      Manuel Romero authored
      b01a8844
    • Alan deLevie's avatar
      fix typo in (#5893) · 223bad24
      Alan deLevie authored
      223bad24
    • Alan deLevie's avatar
      fix typo in training_args_tf.py (#5894) · d441f8d2
      Alan deLevie authored
      d441f8d2
  2. 18 Jul, 2020 8 commits
  3. 17 Jul, 2020 11 commits
  4. 16 Jul, 2020 10 commits
  5. 15 Jul, 2020 5 commits