Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Enable gluon multi worker data loader test (#12315)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-krishnamurthy authored and marcoabreu committed Sep 21, 2018
1 parent 33876c2 commit e82eef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_gluon_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __len__(self):
def __getitem__(self, key):
return mx.nd.full((10,), key)

@unittest.skip("Somehow fails with MKL. Cannot reproduce locally")
@with_seed()
def test_multi_worker():
data = Dataset()
loader = gluon.data.DataLoader(data, batch_size=1, num_workers=5)
Expand Down

0 comments on commit e82eef9

Please sign in to comment.