Open impactaky opened 4 months ago
The output allows a tuple or list of length 1, but not input.
checkout 8defb94d093be26ccec2af3d4dc41d0c4c4283d0 and run
pytest tests/pytorch_pfn_extras_tests/onnx_tests/test_export_testcase.py -k test_export_tuple_input
Add processing equivalent to output to input.
Problem
The output allows a tuple or list of length 1, but not input.
Reproduction
checkout 8defb94d093be26ccec2af3d4dc41d0c4c4283d0 and run
This PR
Add processing equivalent to output to input.