rizkiarm / LipNet

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

convert cmd line argument for sample size from a string to an int #12

Closed michiyosony closed 7 years ago

michiyosony commented 7 years ago

I found that running prepare.py was correctly splitting up the training set and the validation set. This was caused by the number of samples (obtained from the command line arguments) being a string instead of a number.