mpc001 / end-to-end-lipreading

Pytorch code for End-to-End Audiovisual Speech Recognition
174 stars 50 forks source link

Error in Audiovisual #31

Open jiarouk opened 3 years ago

jiarouk commented 3 years ago

Hello, In the audiovisual code there is a concat mode (path to pre-trained concat model) is this for the pretrained model in audiovisual? Also in the code 2 references of model are declared (one in main and one in concat_model) that are throwing an error. Can we return the concat model instead? since no model is declared in these functions... Thanks in advance