rizkiarm / LipNet

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

How to choose absolute_max_string_len and output size for my dataset? #46

Closed dimaxano closed 6 years ago

dimaxano commented 6 years ago

Hi! absolute_max_string_len is equal to the max label length (in characters) and output size is equal to the number of unique words in my dict + 1 (blank symbol). Am i right? Thank you!

dimaxano commented 6 years ago

I've got it!