skip test densenet

This commit is contained in:
Gword 2020-09-10 17:23:09 +08:00
parent 6b471e5c8e
commit de787b4cc9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from jittor.dataset.mnist import MNIST
import jittor.transform as trans
import time
skip_this_test = False
skip_this_test = True
class MnistNet(Module):
def __init__(self):