zhreshold commented on a change in pull request #11908: Fix shared memory with
gluon dataloader, add option pin_memory
URL: https://github.com/apache/incubator-mxnet/pull/11908#discussion_r208408727
##########
File path: tests/python/unittest/test_gluon_data.py
##########
@@ -130,99 +130,89 @@ def test_multi_worker():
for i, batch in enumerate(loader):
assert (batch.asnumpy() == i).all()
-@with_seed()
-def test_multi_worker_forked_data_loader():
+class _Dummy(Dataset):
+ """Dummpy dataset for randomized shape arrays."""
Review comment:
will fix that
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services