Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter Notebook: Multiple runs of cell doesn't shut down daemon thread. #4

Open
kanding opened this issue May 15, 2020 · 0 comments
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@kanding
Copy link
Collaborator

kanding commented May 15, 2020

Exception ignored in: <bound method _MultiProcessingDataLoaderIter.__del__ of <torch.utils.data.dataloader._MultiProcessingDataLoaderIter object at 0x7f3660250fd0>>
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 962, in __del__
    self._shutdown_workers()
  File "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 942, in _shutdown_workers
    w.join()
  File "/usr/lib/python3.6/multiprocessing/process.py", line 122, in join
    assert self._parent_pid == os.getpid(), 'can only join a child process'
AssertionError: can only join a child process
@kanding kanding added the bug Something isn't working label May 15, 2020
@kanding kanding changed the title Jupyter Notebook: Multiple runs of cells doesn't shut down daemon thread. Jupyter Notebook: Multiple runs of cell doesn't shut down daemon thread. May 15, 2020
@kanding kanding added the enhancement New feature or request label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant