We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b26d66 + 03b44c3 commit dffc465Copy full SHA for dffc465
test/TensorFlowNET.Keras.UnitTest/Model/ModelLoadTest.cs
@@ -81,6 +81,7 @@ public void ModelWithSelfDefinedModule()
81
model.fit(dataset.Train.Data, dataset.Train.Labels, batch_size, num_epochs);
82
}
83
84
+ [Ignore]
85
[TestMethod]
86
public void LSTMLoad()
87
{
0 commit comments