Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix: Always index into squence-like outputs #201

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

eesoymilk
Copy link

Some operators are intended to produce 1 or more outputs and will always return a Sequence[torch.Tensor]. Therefore, when len(output_values) == 1, the code breaks since it treated it as a single output tensor. I fix this issue by modifying the condition to index into output.

Include op types are: ['If', 'Loop', 'Scan', 'SequenceMap', 'Split']

…ve sequence-like output.

Include op types are: ['If', 'Loop', 'Scan', 'SequenceMap', 'Split']
@senysenyseny16 senysenyseny16 requested review from senysenyseny16 and removed request for ivkalgin and irkjero April 2, 2024 11:05
@senysenyseny16 senysenyseny16 self-assigned this Apr 2, 2024
@senysenyseny16 senysenyseny16 added the fix bug fix for the user label Apr 2, 2024
@eesoymilk
Copy link
Author

@senysenyseny16 the workflows should now all pass. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix bug fix for the user
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants