We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Transforms introduced by https://github.com/rapidsai/cucim/wiki/release_notes_v21.10.00#1-add-high-performance-transforms-for-digital-pathology-100 use a fixed probability for the images in a batch.
Steps/Code to reproduce bug
Use this tutorial.
https://github.com/Project-MONAI/tutorials/tree/master/pathology/tumor_detection
Additional context
Using fixed probability reduced the accuracy of the results.
The text was updated successfully, but these errors were encountered:
randomization per image per batch (#231)
7602774
As per #225 Randomness updated to be applied to per image in the batch. Existing functionality of applying randomness on entire batch at once is unchanged. Authors: - https://github.com/shekhardw Approvers: - Gigon Bae (https://github.com/gigony) - https://github.com/jakirkham URL: #231
With PR ( #231 ) in, are we good to close or is there more needed here?
cc @shekhardw (for vis)
Sorry, something went wrong.
I think it's good to close this. Closing.
The remaining issue can be followed up by
whole_batch=False
shekhardw
No branches or pull requests
Describe the bug
Transforms introduced by https://github.com/rapidsai/cucim/wiki/release_notes_v21.10.00#1-add-high-performance-transforms-for-digital-pathology-100 use a fixed probability for the images in a batch.
Steps/Code to reproduce bug
Use this tutorial.
https://github.com/Project-MONAI/tutorials/tree/master/pathology/tumor_detection
Additional context
Using fixed probability reduced the accuracy of the results.
The text was updated successfully, but these errors were encountered: