tkuanlun350 / 3DUnet-Tensorflow-Brats18

3D Unet biomedical segmentation model powered by tensorpack with fast io speed
202 stars 68 forks source link

ZMQ ICP ERROR #20

Open hired-idir opened 5 years ago

hired-idir commented 5 years ago

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!

kongbo96 commented 5 years ago

ditto

tkuanlun350 commented 5 years ago

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 https://github.com/tkuanlun350/3DUnet-Tensorflow-Brats18/issues/20?email_source=notifications&email_token=AFKIT4K3T2Z5AL75VUOGVNLQE6R6NA5CNFSM4GYK2CP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4QFNYA#issuecomment-522213088, or mute the thread https://github.com/notifications/unsubscribe-auth/AFKIT4P5WBALSRZ2KSNIOL3QE6R6NANCNFSM4GYK2CPQ .

kongbo96 commented 5 years ago

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.