rizkiarm / LipNet

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

model loading error #101

Open marziehoghbaie opened 4 years ago

marziehoghbaie commented 4 years ago

Hi, I have downloaded the overlapped version of the model, but when loading the weights, I got the following error: ValueError: Dimension 0 in both shapes must be equal, but are 38016 and 1728 for 'Assign_18' (op: 'Assign') with input shapes: [38016,768], [1728,768].

can anybody help me?

jeonsanghun commented 4 years ago

Hi, I have downloaded the overlapped version of the model, but when loading the weights, I got the following error: ValueError: Dimension 0 in both shapes must be equal, but are 38016 and 1728 for 'Assign_18' (op: 'Assign') with input shapes: [38016,768], [1728,768].

can anybody help me?

It is an error that occurs because the dimensions are different from each other by loading the existing model without importing the newly learned model.