245 Update tutorials with new API (part 1)#246
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This commit is used to remove irrelevant changes such as image changes. Signed-off-by: Yiheng Wang <[email protected]>
b9c3cf3 to
53b1b64
Compare
…-api Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
|
Hi @wyli , I already reviewed this PR with comments, as it's a big PR, could you please help also take a look if you are available in case I missed some important thing? Thanks in advance. |
Signed-off-by: Yiheng Wang <[email protected]>
…torials into 245-update-with-new-api
wyli
left a comment
There was a problem hiding this comment.
Looks good to me, I'll rerun the nightly tests after this pr
Hi @wyli , Should we tag 0.6.0 for this repo when all the tests passed? Thanks in advance. |
|
sure I tagged 0.6.0 |
Hi @wyli , Could you please help also tag 0.5.3? Otherwise, the users using the old version can't find suitable tutorials now. Thanks. |
I couldn't find a good version for v0.5.3, do you have any idea? |
* Re-modify ipynb tutorials This commit is used to remove irrelevant changes such as image changes. Signed-off-by: Yiheng Wang <[email protected]> * Remove useless log changes Signed-off-by: Yiheng Wang <[email protected]> * Run lightning cells Signed-off-by: Yiheng Wang <[email protected]> * update 3d reg Signed-off-by: Yiheng Wang <[email protected]> * restore paired_lung_ct.ipynb Signed-off-by: Yiheng Wang <[email protected]> * Add totensor Signed-off-by: Yiheng Wang <[email protected]> * update acceleration Signed-off-by: Yiheng Wang <[email protected]> * update acceletation and use from engine Signed-off-by: Yiheng Wang <[email protected]> * fix pep8 errors Signed-off-by: Yiheng Wang <[email protected]> * update based on review Signed-off-by: Yiheng Wang <[email protected]> * update to use SaveImage Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: Nic Ma <[email protected]>
Signed-off-by: Yiheng Wang [email protected]
Partially fixes #245 .
Description
This PR updates all files (except the files that do not need to be changed with new APIs) in:
2d_classification2d_segmentation3d_classification3d_segmentationaccelerationmodules/dynunet_pipelinemodules/enginesAll of the changed files in the above folders have been tested locally.
The following folders are not updated due to version limitations:
deploymentrequires to use MONAI 0.5.2federated_learning/nvflarerequires to usenvflare==1.0.0which requires to use MONAI 0.5.2federated_learning/substrarequires to use MONAI 0.3.0For other folders:
deepgrowhas some compatibility issue ( see DeepgrowInteractionis not compatiable withdecollate_batchfor v 0.6.0 (8/July) MONAI#2525), I will submit another PR for it after the issue is solvedUpdate: the issue has been solved in MONAI, and the updated version is submitted, see 245 Update deepgrow example with new API (part 3) #254 .
Other files inmodules/will be started soon, and I will also submit another PR for themUpdate: the updated version is submitted, see 245 Update tutorials with new API (part 2) #253 .
Status
Ready
Checks
./runner [-p <regex_pattern>]