-
Notifications
You must be signed in to change notification settings - Fork 688
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
Add lazy-resampling benchmark tutorial #1322
Conversation
Signed-off-by: KumoLiu <[email protected]>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
…o lazy-benchmark
Signed-off-by: KumoLiu <[email protected]>
Signed-off-by: KumoLiu <[email protected]>
…o lazy-benchmark
Signed-off-by: KumoLiu <[email protected]>
Signed-off-by: KumoLiu <[email protected]>
Signed-off-by: KumoLiu <[email protected]>
…into lazy-benchmark
Signed-off-by: KumoLiu <[email protected]>
Signed-off-by: KumoLiu <[email protected]>
The main goal is to make the numbers reported reproducible as much as possible, so I think we just report what has been used in the experiments. 1.2.0rc5. (and pytorch 1.14.0? I couldn't find it) |
Hi @wyli, but I'm not test on 1.2.0rc5 because we have some new changes such as Project-MONAI/MONAI#6412, and the pytorch version is "1.14.0a0+410ce96". Maybe I should change both version to the stable one and retrain it? |
sure, you can also just report the monai version from |
Signed-off-by: KumoLiu <[email protected]>
part of Project-MONAI/MONAI#6156 ### Description Show lazy-resampling benchmark results on 3d spleen segmentation. The results include the following two main parts. - Time spent on each transform and the total amount of data preparation in the lazy and non-lazy mode. - End-to-end time comparison ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: KumoLiu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
part of Project-MONAI/MONAI#6156
Description
Show lazy-resampling benchmark results on 3d spleen segmentation. The results include the following two main parts.
Checks
./figure
folder./runner.sh -t <path to .ipynb file>