rizkiarm / LipNet

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

Validation_steps error in train.py for random_split #18

Closed AshwinPathi closed 6 years ago

AshwinPathi commented 6 years ago

I am getting an error with Keras when using the fit_generator. I tried specifying a value for "validation_steps" but it did not seem to work out. screenshot from 2017-09-11 18-26-15

rizkiarm commented 6 years ago

Random split is unmaintained (#2)

AshwinPathi commented 6 years ago

I also get the same error with unseen speakers... if that makes a difference