Example #1
0
def test_torch_shallow_neural_classifier_simple_example():
    acc = torch_shallow_neural_classifier.simple_example()
    assert acc >= 0.90
def test_simple_example():
    acc = simple_example()
    assert acc >= 0.95