summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/ml_models/models/mnist/simple_mnist.py
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/cfg/application/ml_models/models/mnist/simple_mnist.py')
-rw-r--r--config-model/src/test/cfg/application/ml_models/models/mnist/simple_mnist.py3
1 files changed, 2 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()