Skip to content

Commit

Permalink
ddp pickle
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Apr 27, 2020
1 parent a3cebb4 commit 710dbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trainer/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
def test_model_pickle(tmpdir):
import pickle

model = TestModelBase()
model = TestModelBase(tutils.get_default_hparams())
pickle.dumps(model)


Expand Down

0 comments on commit 710dbf5

Please sign in to comment.