File "Jacinle/jactorch/data/collate.py", line 149, in _stack
if torchdl._use_shared_memory:
AttributeError: module 'torch.utils.data.dataloader' has no attribute '_use_shared_memory'
dataloader in 1.1 does not have an attribute '_use_shared_memory', see here.
The following error appears with PyTorch 1.1:
dataloader in 1.1 does not have an attribute '_use_shared_memory', see here.