-
Notifications
You must be signed in to change notification settings - Fork 3
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
Nnunet test #199
Nnunet test #199
Conversation
The nnunet smoke tests work locally for me, but none of the other tests do. I get tolerance errors on at least two of them but probably all of them. I tried checking out main and I still get the errors so I think this must be related to my setup somehow. |
Not sure why nnunet smoke tests are failing. Here is the error found in the logs 2024-07-30T19:28:01.6031749Z File "/home/runner/work/FL4Health/FL4Health/.venv/lib/python3.9/site-packages/torch/utils/cpp_extension.py", line 28, in <module>
2024-07-30T19:28:01.6032383Z from pkg_resources import packaging # type: ignore[attr-defined]
2024-07-30T19:28:01.6032813Z torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised:
2024-07-30T19:28:01.6033547Z ImportError: cannot import name 'packaging' from 'pkg_resources' (/home/runner/work/FL4Health/FL4Health/.venv/lib/python3.9/site-packages/pkg_resources/__init__.py) |
… and use local_steps=5 instead of local_epochs=1 for 3d nnunet smoke test
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.
Looks great! I will take one last pass once you have the chance to address a few of the small comments I had. But this is pretty much good to go from my POV
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.
LGTM!
PR Type
[Feature | Fix | Documentation | Other ]
Short Description
This PR improves the functionality of nnUNetClient
Tests Added