From bc1f0a5693b428e83c0123c90ee287cae57640d9 Mon Sep 17 00:00:00 2001 From: luxuhui Date: Sat, 11 Jan 2020 15:18:24 +0800 Subject: [PATCH] fix 'op not unique' error in converting model from tf N/A Signed-off-by: Luxuhui --- tools/python/transform/tensorflow_converter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/transform/tensorflow_converter.py b/tools/python/transform/tensorflow_converter.py index 73a62dd7..ed516bca 100644 --- a/tools/python/transform/tensorflow_converter.py +++ b/tools/python/transform/tensorflow_converter.py @@ -142,6 +142,7 @@ TFTransformGraphOptions = [ 'fold_old_batch_norms', 'remove_control_dependencies', 'strip_unused_nodes', + 'merge_duplicate_nodes', 'sort_by_execution_order' ] -- GitLab