We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424ac06 commit 4565068Copy full SHA for 4565068
test/TensorFlowNET.Keras.UnitTest/Layers/LayersTest.cs
@@ -135,7 +135,7 @@ public void EinsumDense()
135
{
136
var ed = keras.layers.EinsumDense(
137
equation: "...b,bc->...c",
138
- output_shape: (-1, 4),
+ output_shape: 4,
139
bias_axes: "c",
140
bias_initializer: tf.constant_initializer(0.03),
141
kernel_initializer: tf.constant_initializer(0.5)
0 commit comments