VBoussot commited on
Commit
7e4ad3f
·
verified ·
1 Parent(s): ba39d36

Update CBCT/Prediction.yml

Browse files
Files changed (1) hide show
  1. CBCT/Prediction.yml +4 -4
CBCT/Prediction.yml CHANGED
@@ -59,19 +59,19 @@ Predictor:
59
  Head:Tanh:
60
  OutputDataset:
61
  name_class: OutSameAsGroupDataset
62
- before_reduction_transforms: None
63
- after_reduction_transforms: None
64
- final_transforms:
65
- UnNormalize:
66
  min_value: -1024
67
  max_value: 3071
68
  TensorCast:
69
  dtype: int16
70
  inverse: false
 
71
  InferenceStack:
72
  dataset: Predictions/ImpactSynth/Output:mha
73
  name: InferenceStack
74
  mode: mean
 
75
  dataset_filename: Output:mha
76
  group: sCT
77
  same_as_group: Volume:Volume
 
59
  Head:Tanh:
60
  OutputDataset:
61
  name_class: OutSameAsGroupDataset
62
+ before_reduction_transforms:
63
+ UnNormalize:
 
 
64
  min_value: -1024
65
  max_value: 3071
66
  TensorCast:
67
  dtype: int16
68
  inverse: false
69
+ after_reduction_transforms:
70
  InferenceStack:
71
  dataset: Predictions/ImpactSynth/Output:mha
72
  name: InferenceStack
73
  mode: mean
74
+ final_transforms: None
75
  dataset_filename: Output:mha
76
  group: sCT
77
  same_as_group: Volume:Volume