rizkiarm / LipNet

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

ValueError: output of generator should be a tuple `(x, y, sample_weight)` or `(x, y)`. Found: None #66

Open PETERZ46 opened 5 years ago

PETERZ46 commented 5 years ago

when running python train.py s1(overlapped_speakers), I met this problem: 2018-10-03 14-40-14 could anyone know this and tell me the way to solve this problem, thanks!

riya-maan commented 5 years ago

@PETERZ46 I encountered same issue. Did you manage to resolve it? Thanks.

gzz666 commented 5 years ago

@riya-maan I encountered same issue ,can you help me ?

jeonsanghun commented 4 years ago

I encountered same issue ,can you help me? Did you manage to resolve it? Thanks

jeonsanghun commented 4 years ago

I solved it, and I am converting from python 2.7 to 3.6 code

TeeManiac commented 4 years ago

@jeonsanghun Can you please explain how you resolved the issue?