summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/ml_models/models
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/cfg/application/ml_models/models')
-rw-r--r--config-model/src/test/cfg/application/ml_models/models/mnist/simple_mnist.py3
-rw-r--r--config-model/src/test/cfg/application/ml_models/models/mnist_softmax/mnist_sftmax_with_saving.py1
2 files changed, 3 insertions, 1 deletions
diff --git a/config-model/src/test/cfg/application/ml_models/models/mnist/simple_mnist.py b/config-model/src/test/cfg/application/ml_models/models/mnist/simple_mnist.py
index 26529f67919..86a17e81f8f 100644
--- a/config-model/src/test/cfg/application/ml_models/models/mnist/simple_mnist.py
+++ b/config-model/src/test/cfg/application/ml_models/models/mnist/simple_mnist.py
@@ -1,3 +1,4 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Common imports
import numpy as np
@@ -94,4 +95,4 @@ with tf.Session() as sess:
signature_def_map={'serving_default':signature})
builder.save(as_text=True)
-file_writer.close() \ No newline at end of file
+file_writer.close()
diff --git a/config-model/src/test/cfg/application/ml_models/models/mnist_softmax/mnist_sftmax_with_saving.py b/config-model/src/test/cfg/application/ml_models/models/mnist_softmax/mnist_sftmax_with_saving.py
index 5d67a267706..3f4f794d2ac 100644
--- a/config-model/src/test/cfg/application/ml_models/models/mnist_softmax/mnist_sftmax_with_saving.py
+++ b/config-model/src/test/cfg/application/ml_models/models/mnist_softmax/mnist_sftmax_with_saving.py
@@ -1,3 +1,4 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");