-
Notifications
You must be signed in to change notification settings - Fork 67
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
ZMQ ICP ERROR #20
Comments
ditto |
Do you use windows ? If yes you should implement your data loader since
zmq doesn’t support windows. You can check tensorpack for more detail
kongbo96 <notifications@github.com>於 2019年8月17日 週六,下午3:27寫道:
… ditto
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20?email_source=notifications&email_token=AFKIT4K3T2Z5AL75VUOGVNLQE6R6NA5CNFSM4GYK2CP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4QFNYA#issuecomment-522213088>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFKIT4P5WBALSRZ2KSNIOL3QE6R6NANCNFSM4GYK2CPQ>
.
|
I see ,thanks. |
Traceback (most recent call last):
File "train.py", line 211, in
data=QueueInput(get_train_dataflow()),
File "C:\Users\idir.hired\Desktop\algoSeg\3DUnet-Tensorflow-Brats18-master\data_sampler.py", line 242, in get_train_dataflow
ds = PrefetchDataZMQ(ds, 6)
File "C:\Users\idir.hired\AppData\Local\Continuum\anaconda3\envs\table1\lib\site-packages\tensorpack\dataflow\parallel.py", line 274, in init
super(PrefetchDataZMQ, self).init()
File "C:\Users\idir.hired\AppData\Local\Continuum\anaconda3\envs\table1\lib\site-packages\tensorpack\dataflow\parallel.py", line 89, in init
assert os.name != 'nt', "ZMQ IPC doesn't support windows!"
AssertionError: ZMQ IPC doesn't support windows!
The text was updated successfully, but these errors were encountered: