aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-03-18 22:46:34 +0100
committerJon Bratseth <bratseth@gmail.com>2021-03-18 22:46:34 +0100
commit249180d1ab8a41dcc3f6f84d23b884efe855703b (patch)
treee3c62745f7e87e1e526c7989ddc66433d5441a58 /model-integration
parentb01135e588df52e3367997b9e0e3578bea00609d (diff)
Remove duplicate headers
Diffstat (limited to 'model-integration')
-rwxr-xr-xmodel-integration/src/main/python/vespa-convert-tf2onnx.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/model-integration/src/main/python/vespa-convert-tf2onnx.py b/model-integration/src/main/python/vespa-convert-tf2onnx.py
index 6545ba3aa07..b349e7e9683 100755
--- a/model-integration/src/main/python/vespa-convert-tf2onnx.py
+++ b/model-integration/src/main/python/vespa-convert-tf2onnx.py
@@ -1,8 +1,6 @@
#! /usr/bin/env python3
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
import onnx
from tf2onnx import convert
from tensorflow.python.tools import saved_model_utils