mirror of https://github.com/Jittor/Jittor
skip test densenet
This commit is contained in:
parent
6b471e5c8e
commit
de787b4cc9
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue