Skip to content
Snippets Groups Projects
Commit 94a5215a authored by Daniel CARRON's avatar Daniel CARRON :b:
Browse files

[data.augmentations] Re-enable within-batch parallelisation of elastic deformation

parent 22468a8a
No related branches found
No related tags found
No related merge requests found
...@@ -257,7 +257,7 @@ class ElasticDeformation: ...@@ -257,7 +257,7 @@ class ElasticDeformation:
spline_order: int = 1, spline_order: int = 1,
mode: str = "nearest", mode: str = "nearest",
p: float = 1.0, p: float = 1.0,
parallel: int = -1, parallel: int = -2,
): ):
self.alpha: float = alpha self.alpha: float = alpha
self.sigma: float = sigma self.sigma: float = sigma
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment