You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed test at stage native_inference with exception:
tuple index out of range
Traceback (most recent call last):
File "/home/vivekag/scratch/AIGShark/nodai/SharkTestSuite_vivekag/SHARK-TestSuite/alt_e2eshark/run.py", line 238, in run_tests
golden_outputs_raw = inst.forward(inputs)
File "/home/vivekag/scratch/AIGShark/nodai/SharkTestSuite_vivekag/SHARK-TestSuite/alt_e2eshark/e2e_testing/framework.py", line 78, in forward
{session_inputs[i].name: input[i] for i in range(len(session_inputs))},
File "/home/vivekag/scratch/AIGShark/nodai/SharkTestSuite_vivekag/SHARK-TestSuite/alt_e2eshark/e2e_testing/framework.py", line 78, in <dictcomp>
{session_inputs[i].name: input[i] for i in range(len(session_inputs))},
IndexError: tuple index out of range
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Tests failing:
Should get following Error/Exception:
The text was updated successfully, but these errors were encountered: