1. 11 Feb, 2022 4 commits
  2. 10 Feb, 2022 9 commits
  3. 09 Feb, 2022 18 commits
  4. 08 Feb, 2022 6 commits
  5. 07 Feb, 2022 3 commits
    • Michael Benayoun's avatar
      FX tracing improvement (#14321) · 0fe17f37
      Michael Benayoun authored
      * Change the way tracing happens, enabling dynamic axes out of the box
      
      * Update the tests and modeling xlnet
      
      * Add the non recoding of leaf modules to avoid recording more values for the methods to record than what will be seen at tracing time (which would otherwise desynchronize the recorded values and the values that need to be given to the proxies during tracing, causing errors).
      
      * Comments and making tracing work for gpt-j and xlnet
      
      * Refactore things related to num_choices (and batch_size, sequence_length)
      
      * Update fx to work on PyTorch 1.10
      
      * Postpone autowrap_function feature usage for later
      
      * Add copyrights
      
      * Remove unnecessary file
      
      * Fix issue with add_new_model_like
      
      * Apply suggestions
      0fe17f37
    • Steven Liu's avatar
      Create a custom model guide (#15489) · 552f8d30
      Steven Liu authored
      * 馃摑 add config section
      
      * 馃摑 finish first draft
      
      * 馃摑 add feature extractor and processor
      
      * 馃枍 apply feedback from review
      
      * 馃摑 minor edits
      
      * last review
      552f8d30
    • Yih-Dar's avatar
      Make TF Wav2Vec2 outputs the same as PT's version (#15530) · ad1d3c4d
      Yih-Dar authored
      
      
      * fix outputs
      
      * fix for CTC
      
      * fix doc
      
      * make style
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      ad1d3c4d