mlcommons / GaNDLF

A generalizable application framework for segmentation, regression, and classification using PyTorch
https://gandlf.org
Apache License 2.0
150 stars 78 forks source link

Adding function to get augmentation transforms #889

Closed szmazurek closed 3 weeks ago

szmazurek commented 3 weeks ago

Fixes #888

Proposed Changes

Checklist

github-actions[bot] commented 3 weeks ago

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

sarthakpati commented 3 weeks ago

Please change the base to https://github.com/mlcommons/GaNDLF/tree/new-apis_v0.1.0-dev

szmazurek commented 3 weeks ago

Member

Done, not sure if we should re-run the tests somehow

VukW commented 3 weeks ago

Hi! Folks, by some strange reason this PR didn't trigger CI tests at all. However, it brought a bug (failing test) inside base branch, that failed in a neighbor PR: https://github.com/mlcommons/GaNDLF/actions/runs/9724955407/job/26841721449?pr=890 I'm not sure if it's the only failure. @szmazurek can you plz run the tests locally to check if everything behaves as you expected in the PR?

szmazurek commented 3 weeks ago

@VukW on it!

sarthakpati commented 2 weeks ago

@szmazurek are you looking into the error? Starting to see this pop up for other PRs as well.

VukW commented 2 weeks ago

Checking fix here: https://github.com/mlcommons/GaNDLF/pull/890/commits/c312e24ce99540f081c38e72922113cb73b06c57 https://github.com/mlcommons/GaNDLF/pull/890

sarthakpati commented 2 weeks ago

Checking fix here: c312e24 #890

Thanks, @VukW!

I am guessing that fixed it, because at least one of the tests that was breaking before is now functional.

VukW commented 2 weeks ago

+, all tests are running successfully now. Merged the fix together with #890 .

szmazurek commented 2 weeks ago

Hey guys, I had a chance to look at that closely just now, but I see @VukW already fixed that - thanks!