qubvel / segmentation_models

Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
MIT License
4.74k stars 1.04k forks source link

'Using lambda is incompatible with multiprocessing. ' 'Consider using regular functions or partial().' #201

Open hcao720 opened 5 years ago

hcao720 commented 5 years ago

Thanks for your sharing. I met this warning and it caused ''Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)''. What kind of regular fuctions should I use to modify it? Thanks in advance.

ptklx commented 5 years ago

me to , how solve

hcao720 commented 5 years ago

好像是tensorflow版本问题


From: Dannis notifications@github.com Sent: Tuesday, October 22, 2019 10:54 AM To: qubvel/segmentation_models segmentation_models@noreply.github.com Cc: CAO Hui huicao8-c@my.cityu.edu.hk; Author author@noreply.github.com Subject: Re: [qubvel/segmentation_models] 'Using lambda is incompatible with multiprocessing. ' 'Consider using regular functions or partial().' (#201)

me to , how solve

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/qubvel/segmentation_models/issues/201?email_source=notifications&email_token=AMY3RA7KZGFHUFBHTPWVCI3QPZTN7A5CNFSM4IVPT2JKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB4MQHI#issuecomment-544786461, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMY3RA7MMPUXWZCN5KPEPYDQPZTN7ANCNFSM4IVPT2JA.

ntelo007 commented 4 years ago

How can I solve this issue?