Skip to content
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

Enhance 0.7 README doc #3017

Merged
merged 9 commits into from
Sep 24, 2021
Merged
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Its ambitions are:

## Features
> _The codebase is currently under active development._
> _Please see [the technical highlights](https://docs.monai.io/en/latest/highlights.html) and [What's New in 0.6](https://docs.monai.io/en/latest/whatsnew_0_6.html) of the current milestone release._
> _Please see [the technical highlights](https://docs.monai.io/en/latest/highlights.html) and [What's New in 0.7](https://docs.monai.io/en/latest/whatsnew_0_7.html) of the current milestone release._

- flexible pre-processing for multi-dimensional medical imaging data;
- compositional & portable APIs for ease of integration in existing workflows;
Expand Down
4 changes: 2 additions & 2 deletions docs/source/whatsnew_0_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ a performance enhancement study.

With the performance profiling and enhancements, several typical use cases were studied to
improve the training efficiency. The following figure shows that fast
training using MONAI can be 20 times faster than a regular baseline ([learn
more](https://github.com/Project-MONAI/tutorials/blob/master/acceleration/fast_training_tutorial.ipynb)).
training using MONAI can be `200` times faster than a regular baseline ([learn
more](https://github.com/Project-MONAI/tutorials/blob/master/acceleration/fast_training_tutorial.ipynb)), and it's `20` times faster than the MONAI v0.6 fast training solution.
![fast_training](../images/fast_training.png)

## Major usability improvements in `monai.transforms` for NumPy/PyTorch inputs and backends
Expand Down