rizkiarm / LipNet

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

Input shape error when training random_split #38

Closed sf308 closed 6 years ago

sf308 commented 6 years ago

I keep getting this message when training random_split: ValueError: Error when checking input: expected the_input to have shape (None, 75, 100, 50, 3) but got array with shape (50, 75, 360, 288, 3) incorrect-shape

This is despite only running training for videos that have the correct shape. Have can I fix this?

sf308 commented 6 years ago

I decided to stick to using images instead of videos