From 9f54715f73922b186b7d12b775b42054dfc0c3d3 Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Tue, 9 Apr 2019 19:23:18 -0500 Subject: [PATCH] comments issue --- src/TensorFlowNET.Core/Operations/control_flow_ops.py.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TensorFlowNET.Core/Operations/control_flow_ops.py.cs b/src/TensorFlowNET.Core/Operations/control_flow_ops.py.cs index 5c27d24d..40b9a461 100644 --- a/src/TensorFlowNET.Core/Operations/control_flow_ops.py.cs +++ b/src/TensorFlowNET.Core/Operations/control_flow_ops.py.cs @@ -318,7 +318,7 @@ namespace Tensorflow "Incompatible return types of true_fn and false_fn: {}".format(e)) except ValueError as e: raise ValueError( - "Incompatible return values of true_fn and false_fn: {}".format(e)) + "Incompatible return values of true_fn and false_fn: {}".format(e))*/ var res_t_flat = new Tensor[] { res_t }; var res_f_flat = new Tensor[] { res_f };