mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
ddp pickle
This commit is contained in:
@@ -30,7 +30,7 @@ from tests.base import TestModelBase
|
||||
def test_model_pickle(tmpdir):
|
||||
import pickle
|
||||
|
||||
model = TestModelBase()
|
||||
model = TestModelBase(tutils.get_default_hparams())
|
||||
pickle.dumps(model)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user