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 4565068 commit 3fde755Copy full SHA for 3fde755
test/TensorFlowNET.Keras.UnitTest/Layers/AttentionTest.cs
@@ -102,6 +102,7 @@ public void test_calculate_scores_multi_dim()
102
}
103
104
[TestMethod]
105
+ [Ignore]
106
public void test_calculate_scores_multi_dim_concat()
107
{
108
// Query tensor of shape [1, 2, 4]
@@ -173,4 +174,4 @@ public void test_masked_attention()
173
174
#endregion
175
176
-}
177
+}
0 commit comments