add note
This commit is contained in:
parent
1f1a20c45f
commit
d5d64f0ff6
|
@ -9,7 +9,7 @@ from pytorch_lightning import Trainer, seed_everything
|
|||
from tests.base.models import ParityModuleMNIST, ParityModuleRNN
|
||||
|
||||
|
||||
# TODO: explore where the time leak comes from
|
||||
# ParityModuleMNIST runs with num_workers=1
|
||||
@pytest.mark.parametrize('cls_model,max_diff', [
|
||||
(ParityModuleRNN, 0.05),
|
||||
(ParityModuleMNIST, 0.22)
|
||||
|
|
Loading…
Reference in New Issue