Conchylicultor/DeepQA

RuntimeError: cannot join current thread

l769829723 opened this issue · 2 comments

OS: Windows 10
Python: 3.6
Tensorflow: 1.12

Command: python main.py

ran a few seconds when throwing this error.

I had the same error. I believe TQDM is the root cause of this problem. One way to solve is this is to remove all TQDM calls and use print statements instead.

I had the same error. I believe TQDM is the root cause of this problem. One way to solve is this is to remove all TQDM calls and use print statements instead.

I had fixed this issue, that machine hasn't enough swap space.
Hope help to you. :)