diff --git a/examples/quantization/post_train_quant/resnet18_imagenet_post_train_input_overrides.yaml b/examples/quantization/post_train_quant/resnet18_imagenet_post_train_input_overrides.yaml
index 7427dcdd625c8efc42a9ddae5b005096dd8b31f1..7c776e3d5f358903ba7c04b799726983885d0415 100644
--- a/examples/quantization/post_train_quant/resnet18_imagenet_post_train_input_overrides.yaml
+++ b/examples/quantization/post_train_quant/resnet18_imagenet_post_train_input_overrides.yaml
@@ -54,7 +54,7 @@ quantizers:
         input_overrides:
           0:
             # Shorthand to take the quantization settings of the output (ignores any other settings)
-            from_outputs: True
+            from_output: True
 
       fc:
         # Here we show an example of mixing output overrides and input overrides