"vscode:/vscode.git/clone" did not exist on "51ee20fc26381ca8aba4d4da9b410379302ee1d1"
  1. 27 Jan, 2021 11 commits
  2. 26 Jan, 2021 13 commits
  3. 25 Jan, 2021 7 commits
  4. 23 Jan, 2021 2 commits
  5. 22 Jan, 2021 5 commits
  6. 21 Jan, 2021 2 commits
    • Sylvain Gugger's avatar
      Fix memory regression in Seq2Seq example (#9713) · 5f80c15e
      Sylvain Gugger authored
      * Fix memory regression in Seq2Seq example
      
      * Fix test and properly deal with -100
      
      * Easier condition with device safety
      
      * Patch for MBartTokenzierFast
      5f80c15e
    • Julien Plu's avatar
      Fix TF s2s models (#9478) · a7dabfb3
      Julien Plu authored
      * Fix Seq2Seq models for serving
      
      * Apply style
      
      * Fix lonfgormer
      
      * Fix mBart/Pegasus/Blenderbot
      
      * Apply style
      
      * Add a main intermediate layer
      
      * Apply style
      
      * Remove import
      
      * Apply tf.function to Longformer
      
      * Fix utils check_copy
      
      * Update S2S template
      
      * Fix BART + Blenderbot
      
      * Fix BlenderbotSmall
      
      * Fix BlenderbotSmall
      
      * Fix BlenderbotSmall
      
      * Fix MBart
      
      * Fix Marian
      
      * Fix Pegasus + template
      
      * Apply style
      
      * Fix common attributes test
      
      * Forgot to fix the LED test
      
      * Apply Patrick's comment on LED Decoder
      a7dabfb3