From 93cd6d7d74bd3eb26adb057b6a5bf742994f5c15 Mon Sep 17 00:00:00 2001 From: Guy Jacob <guy.jacob@intel.com> Date: Thu, 31 Oct 2019 10:15:04 +0200 Subject: [PATCH] Fix typo in yaml --- .../resnet18_imagenet_post_train_input_overrides.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7427dcd..7c776e3 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 -- GitLab