"...ops/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "fad005dd0a55cb62bf34a53fb2a1b00f8d58b3c1"
  1. 15 Jan, 2021 5 commits
  2. 14 Jan, 2021 6 commits
  3. 13 Jan, 2021 7 commits
  4. 12 Jan, 2021 7 commits
  5. 11 Jan, 2021 6 commits
    • Stas Bekman's avatar
      [trainer] round numbers in trainer state (#9491) · e6f211ca
      Stas Bekman authored
      * round numbers
      
      * style
      
      * round only on logging
      e6f211ca
    • Julien Plu's avatar
      Fix cardinality (#9505) · ba702966
      Julien Plu authored
      ba702966
    • Stas Bekman's avatar
      [trainer] remove `--model_parallel` (#9451) · 33b74228
      Stas Bekman authored
      
      
      * fix bad merge - dropped code
      
      * remove --model_parallel
      
      * Deal with TrainingArguments
      
      * Use a private attr and fix batch sizes
      
      * fix _n_gpu
      
      * add is_parallel helper wrapper
      
      * fix attribute
      
      * introduce a new attribute is_model_parallel
      
      * docs
      
      * docs
      
      * Put back init False and rearrange doc
      
      * Ignore non-init args in HFArgumentParser
      Co-authored-by: default avatarSylvain Gugger <sylvain.gugger@gmail.com>
      33b74228
    • Nicolas Patry's avatar
      Enable TruncationStrategy override for pipelines (#9432) · d20e9c72
      Nicolas Patry authored
      * Enable TruncationStrategy override for pipelines
      
      * Update isort.
      
      * Fixing test
      
      * Fixing text_generation pipeline.
      
      * Using same DummyTok as other PR  for easier merge later.
      
      * Some more import guards.
      
      * Remove bogus file.
      
      * Do not pass `generate_kwargs` to `_parse_and_tokenize`.
      @patrickvonplaten
      
      * Removed DummyTok.
      
      * Doc quality.
      d20e9c72
    • Lysandre Debut's avatar
      Remove tolerance + drop_rows_to_fit by default (#9507) · d415882b
      Lysandre Debut authored
      * Remove tolerance + drop_rows_to_fit by default
      
      * remove drop_rows_to_fit
      d415882b
    • Julien Plu's avatar
      Full rework of the TF input/output embeddings and bias resizing (#9193) · 1243ee7d
      Julien Plu authored
      * Start rework resizing
      
      * Rework bias/decoder resizing
      
      * Full resizing rework
      
      * Full resizing rework
      
      * Start to update the models with the new approach
      
      * Finish to update the models
      
      * Update all the tests
      
      * Update the template
      
      * Fix tests
      
      * Fix tests
      
      * Test a new approach
      
      * Refactoring
      
      * Refactoring
      
      * Refactoring
      
      * New rework
      
      * Rework BART
      
      * Rework bert+blenderbot
      
      * Rework CTRL
      
      * Rework Distilbert
      
      * Rework DPR
      
      * Rework Electra
      
      * Rework Flaubert
      
      * Rework Funnel
      
      * Rework GPT2
      
      * Rework Longformer
      
      * Rework Lxmert
      
      * Rework marian+mbart
      
      * Rework mobilebert
      
      * Rework mpnet
      
      * Rework openai
      
      * Rework pegasus
      
      * Rework Roberta
      
      * Rework T5
      
      * Rework xlm+xlnet
      
      * Rework template
      
      * Fix TFT5EncoderOnly + DPRs
      
      * Restore previous methods
      
      * Fix Funnel
      
      * Fix CTRL and TransforXL
      
      * Apply style
      
      * Apply Sylvain's comments
      
      * Restore a test in DPR
      
      * Address the comments
      
      * Fix bug
      
      * Apply style
      
      * remove unused import
      
      * Fix test
      
      * Forgot a method
      
      * missing test
      
      * Trigger CI
      
      * naming update
      
      * Rebase
      
      * Trigger CI
      1243ee7d
  6. 10 Jan, 2021 1 commit
  7. 08 Jan, 2021 6 commits
  8. 07 Jan, 2021 2 commits