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

EOFError multiprocessing #722

Open
AliAlhasan2 opened this issue Nov 12, 2023 · 1 comment
Open

EOFError multiprocessing #722

AliAlhasan2 opened this issue Nov 12, 2023 · 1 comment

Comments

@AliAlhasan2
Copy link

I got this problem and I've been trying for a week to resolve this issue. Really need help i'm working on my Bachelor Thesis. Tank for helping

Traceback (most recent call last):
File "/home/alhasan.ali/anaconda3/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/home/alhasan.ali/anaconda3/lib/python3.9/site-packages/tensorboardX/event_file_writer.py", line 202, in run
data = self._queue.get(True, queue_wait_duration)
File "/home/alhasan.ali/anaconda3/lib/python3.9/multiprocessing/queues.py", line 117, in get
res = self._recv_bytes()
File "/home/alhasan.ali/anaconda3/lib/python3.9/multiprocessing/connection.py", line 221, in recv_bytes
buf = self._recv_bytes(maxlength)
File "/home/alhasan.ali/anaconda3/lib/python3.9/multiprocessing/connection.py", line 419, in _recv_bytes
buf = self._recv(4)
File "/home/alhasan.ali/anaconda3/lib/python3.9/multiprocessing/connection.py", line 388, in _recv
raise EOFError
EOFError

@lanpa
Copy link
Owner

lanpa commented Nov 19, 2023

@AliAlhasan2 Please follow the issue format so that I can get more context about your issue. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants