You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Traceback (most recent call last):
File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.6/site-packages/mxnet-1.3.0-py3.6.egg/mxnet/gluon/data/dataloader.py", line 154, in worker_loop
dataset._fork()
AttributeError: 'list' object has no attribute '_fork'
The code has worked in some days ago. I guess #11370 brokes it. According to the API doc, any types with __getitem__ and __len__ can be used as a Dataset. #11370 is temporal but I think it would be a good idea to avoid breaking existing code. @zhreshold
The text was updated successfully, but these errors were encountered:
This causes an error in the recent master.
The code has worked in some days ago. I guess #11370 brokes it. According to the API doc, any types with
__getitem__
and__len__
can be used as a Dataset. #11370 is temporal but I think it would be a good idea to avoid breaking existing code. @zhresholdThe text was updated successfully, but these errors were encountered: