We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fdb82 commit 8de271fCopy full SHA for 8de271f
monai/transforms/compose.py
@@ -404,7 +404,7 @@ class OneOf(Compose):
404
Probabilities are normalized to sum to one.
405
map_items: controls whether to apply a transformation to each item in `data`. If `data` is a list or tuple,
406
it can behave as follows:
407
-
+
408
- Defaults to True, which is equivalent to `map_items=1`, meaning the transformation will be applied
409
to the first level of items in `data`.
410
- If an integer is provided, it specifies the maximum level of nesting to which the transformation
0 commit comments