From 415a2bfef929439783dfdba03fd67e9701c4822c Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 30 Jul 2018 12:05:25 +0100 Subject: COMPMID-1432: Enable by default NHWC in graph examples Change-Id: I2240b6a6430cb1d261458343b2900cc1f16ac414 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/141861 Reviewed-by: Anthony Barbier Reviewed-by: Gian Marco Iodice Tested-by: Jenkins --- examples/graph_mobilenet.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/graph_mobilenet.cpp') diff --git a/examples/graph_mobilenet.cpp b/examples/graph_mobilenet.cpp index d182844530..a8b0f4789c 100644 --- a/examples/graph_mobilenet.cpp +++ b/examples/graph_mobilenet.cpp @@ -43,9 +43,6 @@ public: GraphMobilenetExample() : cmd_parser(), common_opts(cmd_parser), common_params(), graph(0, "MobileNetV1") { - // Sets default layout to NHWC - common_opts.data_layout->parse("NHWC"); - // Add model id option model_id_opt = cmd_parser.add_option>("model-id", 0); model_id_opt->set_help("Mobilenet model id (0: 1.0_224, else: 0.75_160"); -- cgit v1.2.1