LipNet icon indicating copy to clipboard operation
LipNet copied to clipboard

Use_multiprocessing is not supported on Windows

Open kokosowygosc opened this issue 7 years ago • 2 comments

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 avatar Jun 20 '18 15:06 kokosowygosc

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.

kokosowygosc avatar Jun 28 '18 08:06 kokosowygosc

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

chahatagarwal avatar Apr 21 '20 08:04 chahatagarwal