transformers
6b093283 - Fix duplicate arguments passed to dummy inputs in ONNX export (#16045)

Comment changes are shownComment changes are hidden
Commit
3 years ago
Fix duplicate arguments passed to dummy inputs in ONNX export (#16045) * Fix duplicate arguments passed to dummy inputs in ONNX export * Fix M2M100 ONNX config * Ensure we check PreTrained model only if torch is available * Remove TensorFlow tests for models without PyTorch parity
Author
Parents
  • src/transformers
    • models/m2m_100
      • File
        configuration_m2m_100.py
    • onnx
      • File
        convert.py
  • tests/onnx
    • File
      test_onnx_v2.py