YunLiu
YunLiu
Hi @marwanabb, could you expand on the omitted section in the middle? I couldn't clearly identify the error from the screenshot. Thanks!
Hi @matham, if you watched the repo, you will get an release email.
Hi @phisanti, thank you for sharing the comprehensive plan! I’d recommend dividing the implementation into several PRs to simplify the review process. Additionally, I highly suggest checking if there are...
Hi @Kent-McPhail, please refer to this contribution guide: https://github.com/Project-MONAI/MONAI/blob/dev/CONTRIBUTING.md
Hi @cxlcl, could you please help take a look at the issue, seems like a random issue? There doesn't seem to be much of a difference, more like a precision...
Do you think it make sense we can modify the places to be 7 here?
Some new warning: ``` WARNING:py.warnings:pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html WARNING:py.warnings:Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the...
Hi @ericspod, in this [PR](https://github.com/Project-MONAI/MONAI/pull/8067) I've suppressed these warnings, so it should be fine for now. Since these warnings are not originating from the MONAI core itself, let's keep the...
After investigate, I find set `amp=False` will not raise the issue. I add an argument in https://github.com/Project-MONAI/tutorials/pull/1857 to to be a workaround for this issue. cc @dongyang0122
Thanks for the update, the changes looks fine to me. Could you please help fix the failed checks then I could trigger the blossom tests? Thanks.