rizkiarm / LipNet

Keras implementation of 'LipNet: End-to-End Sentence-level Lipreading'
MIT License
638 stars 226 forks source link

Use_multiprocessing is not supported on Windows #54

Open kokosowygosc opened 6 years ago

kokosowygosc commented 6 years ago

Hello everyone, I am trying to start unseen_speakers scenario. The problem is that I am getting fallowing error:

ValueError: Using a generator with use_multiprocessing=True is not supported on Windows (no marshalling of generators across process boundaries). Instead, use single thread/process or multithreading.

Any idea how to change the code so I can run it on Windows?

EDIT: Setting parameters like multiprocessing=false, workers=1 etc doesn't work.

Python 3.6, Windows 10

kokosowygosc commented 6 years ago

When I am trying to set multiprocessing to false and workers to 1 I get fallowing error:

TypeError: 'threadsafe_iter' object is not an iterator

@rizkiarm can you help me to run it on windows? No pushing ofc.

chahatagarwal commented 4 years ago

Hello everyone, I am trying to start unseen_speakers scenario. The problem is that I am getting fallowing error:

ValueError: Using a generator with use_multiprocessing=True is not supported on Windows (no marshalling of generators across process boundaries). Instead, use single thread/process or multithreading.

Any idea how to change the code so I can run it on Windows?

EDIT: Setting parameters like multiprocessing=false, workers=1 etc doesn't work.

Python 3.6, Windows 10

It will work well with python 2.7 along with tkinter and older version of tensorflow, keras