rizkiarm / LipNet

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

ValueError: Dimension 0 in both shapes must be equal, but are 512 and 256 for 'Assign_12' (op: 'Assign') with input shapes: [512,768], [256,768]. #3

Closed Foursmall closed 7 years ago

Foursmall commented 7 years ago

when I run the default demo with command "./predict evaluation/models/weights04.h5 evaluation/samples/id2_vcd_swwp2s.mpg ",Error"ValueError: Dimension 0 in both shapes must be equal, but are 512 and 256 for 'Assign_12' (op: 'Assign') with input shapes: [512,768], [256,768]."happened. Could you tell me resolution ?Thank you sincerely!

FredlinT commented 7 years ago

I meet with the same problem as you@Foursmall

rizkiarm commented 7 years ago

I've updated the example weight. It should be working now. I'll close this issue. Just reopen if it doesn't work for you.