From 423dd1e6d1f5b5af91ba91097260a92970d070db Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Thu, 7 Mar 2019 07:57:23 -0600 Subject: [PATCH] fix compilation error --- src/TensorFlowNET.Core/APIs/tf.layers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TensorFlowNET.Core/APIs/tf.layers.cs b/src/TensorFlowNET.Core/APIs/tf.layers.cs index b93afd68..0b17ca83 100644 --- a/src/TensorFlowNET.Core/APIs/tf.layers.cs +++ b/src/TensorFlowNET.Core/APIs/tf.layers.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; using System.Text; -using Tensorflow.Layers; +using Tensorflow.Keras.Layers; using Tensorflow.Operations.Activation; namespace Tensorflow