forked from tinygrad/tinygrad
skip broken bn training test for speed
This commit is contained in:
@@ -94,6 +94,7 @@ class TestMNIST(unittest.TestCase):
|
||||
train(model, X_train, Y_train, optimizer, steps=100)
|
||||
assert evaluate(model, X_test, Y_test) > 0.94 # torch gets 0.9415 sometimes
|
||||
|
||||
@unittest.skip("slow and training batchnorm is broken")
|
||||
def test_conv_with_bn(self):
|
||||
np.random.seed(1337)
|
||||
model = TinyConvNet(has_batchnorm=True)
|
||||
|
||||
Reference in New Issue
Block a user