Skip to content

Instantly share code, notes, and snippets.

@willwhitney
Created July 3, 2017 22:45
Show Gist options
  • Save willwhitney/513b819f0fd648aaf173ad81fbaf01e4 to your computer and use it in GitHub Desktop.
Save willwhitney/513b819f0fd648aaf173ad81fbaf01e4 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/wwhitney/anaconda3/lib/python3.6/multiprocessing/process.py", line 249, in _bootstrap
self.run()
File "/home/wwhitney/anaconda3/lib/python3.6/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/home/wwhitney/anaconda3/lib/python3.6/multiprocessing/pool.py", line 108, in worker
task = get()
File "/home/wwhitney/anaconda3/lib/python3.6/multiprocessing/queues.py", line 345, in get
return _ForkingPickler.loads(res)
File "/home/wwhitney/anaconda3/lib/python3.6/site-packages/torch/multiprocessing/reductions.py", line 86, in rebuild_storage_filename
storage = cls._new_shared_filename(manager, handle, size)
RuntimeError: $ Torch: unable to mmap memory: you tried to mmap 0GB. at /py/conda-bld/pytorch_1493680494901/work/torch/lib/TH/THAllocator.c:317
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment