"docs/source/vscode:/vscode.git/clone" did not exist on "ef0c380c121881adc9ab981a227e1166d99272f3"
  1. 28 Oct, 2022 3 commits
    • Yang Yu's avatar
      Use self._trial to generate trial_name for Trainer. (#19874) · 9b1dcba9
      Yang Yu authored
      * Do not generate trial_name when trail is None
      
      * Use (trial or self._trial) to generate trial_name
      
      * Follow comments
      9b1dcba9
    • donguk.lim's avatar
      Support segformer fx (#19924) · 347ba38c
      donguk.lim authored
      
      
      * Support segformer fx
      
      * Add fx_compatible attribute to test_modeling_segformer.py
      
      * Update glpn model (fx support)
      
      glpn model was copied from segformer.
      
      * Update utils/fx.py | add semantic-segmentation
      
      for SegformerForSemanticSegmentation model
      
      * Fix minor import order(isort)
      
      * Add random input generation for segformer fx
      Co-authored-by: default avatarnoelbird <lduldu00228@gmail.com>
      347ba38c
    • Yih-Dar's avatar
      Create dummy models (#19901) · dcca71be
      Yih-Dar authored
      
      
      * create dummy models
      
      * quality
      
      * update
      
      * update
      
      * Make Wav2Vec2Conformer work
      
      * style
      
      * deal with models with text_config and vision_config
      
      * apply suggestions
      
      * Composite models
      
      * style
      
      * style
      
      * fix shape issue
      
      * fix shape issue
      
      * For VisionTextDualEncoderModel
      
      * show_progress=False when converting tokenizers
      
      * Fix for OwlViT
      
      * Fix for VisualBert
      
      * Update
      
      * final
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      dcca71be
  2. 27 Oct, 2022 16 commits
  3. 26 Oct, 2022 11 commits
  4. 25 Oct, 2022 8 commits
  5. 24 Oct, 2022 2 commits