-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Meta Schedule] Fix testing issues for models with more than one inputs #11298
Conversation
6bf8b60
to
14edabd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sending in the patch. I think there is not need to preserve the order of inputs, we can directly use a dictionary here with input name as key and input value as value.
01a582d
to
7099d81
Compare
@zxybazh comments addressed and rebased. Should be good for another look. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have other comments. Please fix the CI and will let @zxybazh decide
11669ea
to
7dffe8a
Compare
313eccf
to
7922bcc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for the effort!
This PR intends to fix the issues in
tune_relay_meta_schedule.py
andtune_relay_auto_schedule.py
for handling models with more than one input, likebert
.cc @zxybazh @junrushao1994 @AndrewZhaoLuo