-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix sliding_window_inference
#6325
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
Fix sliding_window_inference
#6325
Conversation
Signed-off-by: KumoLiu <yunl@nvidia.com>
…-sliding-window-inference
Signed-off-by: KumoLiu <yunl@nvidia.com>
Signed-off-by: KumoLiu <yunl@nvidia.com>
Signed-off-by: KumoLiu <yunl@nvidia.com>
Signed-off-by: KumoLiu <yunl@nvidia.com>
Signed-off-by: KumoLiu <yunl@nvidia.com>
Nic-Ma
left a comment
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.
@wyli Could you please help review this PR as you just refactored SlidingWindow?
Thanks in advance.
wyli
left a comment
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 the fix, I'll also verify the speed and merge this
Signed-off-by: Wenqi Li <831580+wyli@users.noreply.github.com>
Fixes #6320 .
Description
Ensure
sliding_window_inferencecan support output in dict and tuple format.Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests --disttests.make htmlcommand in thedocs/folder.