From cc04fa9f1224671c127a98411836f4b5b62ab4f4 Mon Sep 17 00:00:00 2001 From: Guy Jacob <guy.jacob@intel.com> Date: Thu, 31 Oct 2019 10:16:42 +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 7c776e3..cff37dd 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 @@ -60,7 +60,7 @@ quantizers: # Here we show an example of mixing output overrides and input overrides # We don't clip the output of the last layer - clip_acts: None + clip_acts: NONE # In ResNet, the FC layer has a view op before, which kills the quantization metadata (item 4.2 above). # So we override. -- GitLab