1. 27 Apr, 2022 1 commit
  2. 26 Apr, 2022 1 commit
  3. 25 Apr, 2022 7 commits
  4. 22 Apr, 2022 3 commits
  5. 21 Apr, 2022 2 commits
  6. 20 Apr, 2022 2 commits
  7. 19 Apr, 2022 7 commits
  8. 18 Apr, 2022 4 commits
  9. 15 Apr, 2022 2 commits
  10. 14 Apr, 2022 2 commits
  11. 13 Apr, 2022 3 commits
  12. 12 Apr, 2022 4 commits
  13. 11 Apr, 2022 2 commits
    • Yih-Dar's avatar
      Improve PT/TF equivalence test (#16557) · dce33f21
      Yih-Dar authored
      
      
      * add error message
      
      * Use names in the error message
      
      * allow ModelOutput
      
      * rename to check_pt_tf_outputs and move outside
      
      * fix style
      
      * skip past_key_values in a better way
      
      * Add comments
      
      * improve code for label/loss
      
      * make the logic clear by moving the ignore keys out
      
      * fix _postprocessing_to_ignore
      
      * fix _postprocessing_to_ignore: create new outputs from the remaining fields
      
      * ignore past_key_values in TFGPT2 models for now
      
      * make check_pt_tf_outputs better regarding names
      
      * move check_pt_tf_models outside
      
      * rename methods
      
      * remove test_pt_tf_model_equivalence in TFCLIPModelTest
      
      * Reduce TFViTMAEModelTest.test_pt_tf_model_equivalence
      
      * move prepare_pt_inputs_from_tf_inputs outside check_pt_tf_models
      
      * Fix quality
      
      * Clean-up TFLxmertModelTester.test_pt_tf_model_equivalence
      
      * Fix quality
      
      * fix
      
      * fix style
      
      * Clean-up TFLEDModelTest.test_pt_tf_model_equivalence
      
      * Fix quality
      
      * add docstring
      
      * improve comment
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      dce33f21
    • Yih-Dar's avatar
      Enable more test_torchscript (#16679) · c04619ec
      Yih-Dar authored
      
      
      * update _create_and_check_torchscript
      
      * Enable test_torchscript
      
      * clear_class_registry
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      c04619ec