From 60fafc78722e551590364cd62c2222de5eb24655 Mon Sep 17 00:00:00 2001 From: c q Date: Fri, 26 Apr 2019 11:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: c q --- src/TensorFlowNET.Core/Sessions/BaseSession.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TensorFlowNET.Core/Sessions/BaseSession.cs b/src/TensorFlowNET.Core/Sessions/BaseSession.cs index 6917ad91..38eb5ba4 100644 --- a/src/TensorFlowNET.Core/Sessions/BaseSession.cs +++ b/src/TensorFlowNET.Core/Sessions/BaseSession.cs @@ -25,6 +25,7 @@ namespace Tensorflow else { _graph = graph; + } _target = UTF8Encoding.UTF8.GetBytes(target);