-
Notifications
You must be signed in to change notification settings - Fork 81
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
[FSU][Bugfix] Bugfix on FSU Inference #2852
Conversation
at case of inference there are some bug - when set lifespan to tensor swap & non-swap value is exchanged - set swap case - forward_func_lifespan - set non-swap case - forward_infer_lifespan **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: Donghak PARK <[email protected]> Co-authored-by: Jijoong Moon <[email protected]>
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.
Need a unit test case that verifies this fix.
Reason 1: prevent regression
Reason 2: verify that this patch is really required for bugfix. (or a case that verifies that this is a bug)
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.
LGTM. But please consider a unit test case for this. (after this PR)
good point !! As suggested, I'll make unit test cases for accurate operation verification. |
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.
LGTM!
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.
LGTM
at case of inference there are some bug
Self evaluation: