VBoussot commited on
Commit
158823e
·
verified ·
1 Parent(s): 4f76c3f

Update MR/Prediction.yml

Browse files
Files changed (1) hide show
  1. MR/Prediction.yml +5 -18
MR/Prediction.yml CHANGED
@@ -10,25 +10,12 @@ Predictor:
10
  groups_dest:
11
  Volume:
12
  transforms:
13
- Clip:
14
- min_value: min
15
- max_value: percentile:99.5
16
- save_clip_min: false
17
- save_clip_max: false
18
- mask: None
19
- Normalize:
20
- lazy: true
21
- channels: None
22
- min_value: -1
23
- max_value: 1
24
- inverse: true
25
- patch_transforms:
26
- Normalize:
27
  lazy: false
28
- channels: None
29
- min_value: -1
30
- max_value: 1
31
- inverse: true
32
  is_input: true
33
  augmentations:
34
  DataAugmentation_0:
 
10
  groups_dest:
11
  Volume:
12
  transforms:
13
+ Standardize:
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  lazy: false
15
+ mean: None
16
+ std: None
17
+ mask: None
18
+ patch_transforms: None
19
  is_input: true
20
  augmentations:
21
  DataAugmentation_0: