rizkiarm / LipNet

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

attribute error #64

Open ghost opened 6 years ago

ghost commented 6 years ago

if self.sentence_length > 0: AttributeError: 'Curriculum' object has no attribute 'sentence_length' Epoch 0: Curriculum(train: True, sentence_length: -1, flip_probability: 0.5, jitter_probability: 0.05)

ivanfadillah commented 4 years ago

Has this problem been fixed? I get the same error when i try to training

PatrickPrakash commented 3 years ago

I also got the same error any fix?