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

Fix typo #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ to contact us or open a github issue.
Batchgenerators makes heavy use of python multithreading and python multithreading on windows is a problem. We are trying to find a solution but as of now batchgenerators won't work on Windows!

### Important!
Starting from version 1.14.6 numpy is built against OpenBLAS instead of ATLAS. Mutrix multiplications (as we are using
Starting from version 1.14.6 numpy is built against OpenBLAS instead of ATLAS. Matrix multiplications (as we are using
to rotate coordinate systems for data augmentation) now run mutlithreaded on all available threads. This can cause chaos
if you are using a multithreaded pipeline, beacause each background worker will spawn a lot of threads to do the
matrix multiplication (8 workers on a 16Core machine = up to 256 threads. duh.). There is nothing we (dkfz devs) can do to
Expand Down Expand Up @@ -86,4 +86,4 @@ Import as follows
from batchgenerators.transforms.color_transforms import ContrastAugmentationTransform
```

Note: This package also includes 'generators'. Support for those will be dropped in the future. That was our old design.
Note: This package also includes 'generators'. Support for those will be dropped in the future. That was our old design.