Skip to content

Commit 4565068

Browse files
Andy-Elizabeth-mouseOceania2018
authored andcommitted
fixed test bug ;(
1 parent 424ac06 commit 4565068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TensorFlowNET.Keras.UnitTest/Layers/LayersTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public void EinsumDense()
135135
{
136136
var ed = keras.layers.EinsumDense(
137137
equation: "...b,bc->...c",
138-
output_shape: (-1, 4),
138+
output_shape: 4,
139139
bias_axes: "c",
140140
bias_initializer: tf.constant_initializer(0.03),
141141
kernel_initializer: tf.constant_initializer(0.5)

0 commit comments

Comments
 (0)