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);