Closed
Description
It throws error when run LogisticRegression
example.
Shape must be rank 1 but is rank 2 for 'gradients/Sum_grad/Tile' (op: 'Tile') with input shapes: [1], [2].
System.Exception: Shape must be rank 1 but is rank 2 for 'gradients/Sum_grad/Tile' (op: 'Tile') with input shapes: [1], [2].
at Tensorflow.Status.Check(Boolean throwException) in D:\Projects\TensorFlow.NET\src\TensorFlowNET.Core\Status\Status.cs:line 48
at Tensorflow.ops._create_c_op[T](Graph graph, NodeDef node_def, T[] inputs, Operation[] control_inputs) in D:\Projects\TensorFlow.NET\src\TensorFlowNET.Core\ops.py.cs:line 167