-
-
Notifications
You must be signed in to change notification settings - Fork 11
SlidingTrainer.validate_case() should compute metrics on full volume after sliding window reconstruction
#139
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
Conversation
…ion-metrics SlidingTrainer: compute validation metrics on reconstructed full volume
…ith sliding window validation
…ing-validation Add PatchTrainingSlidingValidationTrainer for random patch training with sliding window validation
SlidingTrainer.validate_case() should compute metrics on full volume after sliding window reconstruction
merge docs
|
@perctrix can you double-check my changes? I'll do an overall review later. |
|
Lowkey I already noticed the problem. Having a |
|
Remove the |
@perctrix Can you fix this? |
|
I'm working on that |
|
@ATATC I saw your changes and your comment. A few questions:
|
|
@ATATC Done. Removed the |
Cuz |
…to streamline sliding window validation, and adjusted naming for clarity. (#126)
|
@perctrix I have made some changes to the branch. I removed |
See #126.