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

debug custom create_sliding_window_evaluator() #5

Open
msrepo opened this issue Sep 14, 2021 · 0 comments
Open

debug custom create_sliding_window_evaluator() #5

msrepo opened this issue Sep 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@msrepo
Copy link
Collaborator

msrepo commented Sep 14, 2021

Currently, pytorch-ignite contains various evaluator but lacks a sliding window evaluator.

We looked at the create supervised_evaluator() code and replicate that by replacing the out = model(x) with
out = sliding_window_inference(x) and corresponding prepare_batch() function. but It does not work?

image

@msrepo msrepo added enhancement New feature or request question Further information is requested labels Sep 14, 2021
@msrepo msrepo self-assigned this Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant