mpc001 / Lipreading_using_Temporal_Convolutional_Networks

ICASSP'22 Training Strategies for Improved Lip-Reading; ICASSP'21 Towards Practical Lipreading with Distilled and Efficient Models; ICASSP'20 Lipreading using Temporal Convolutional Networks
Other
396 stars 102 forks source link

Training code on LRW/LRW1000? #6

Closed Fengdalu closed 3 years ago

Fengdalu commented 4 years ago

Hi, this project seems to contain only test code. Is training codes available?

njan-creative commented 4 years ago

Posting link to another issue.

https://github.com/mpc001/Lipreading_using_Temporal_Convolutional_Networks/issues/5#issuecomment-671422750

@Fengdalu Are you planning to implement the training code ?

@brais-martinez - Can you also release training code..

brais-martinez commented 4 years ago

@Fengdalu yes, this is just test code.

@njan-creative In principle we don't have plans to release the training code for now. In any case, I believe that any standard training loop would do, as long as you're careful in setting the training parameters as in the paper.

I guess a question for you two would be, why are you interested in the training code? how would its release help you?

Fengdalu commented 4 years ago

@brais-martinez In fact, I am curious about the cosine lr scheduler, what is the T_max setting in this project?

njan-creative commented 4 years ago

@brais-martinez Thanks for the response..

I am new to lip reading.. I was looking for a strong baseline to start my work (academic).. If you are sharing, it would be helpful..

brais-martinez commented 4 years ago

I see... I am not sure there is much left to do though, if you're going to do research on lipreading, it would be a 101 lesson to implement the training. I will let you know if in the end we release the training code too, but I am not too sure we'll do.

njan-creative commented 4 years ago

Thanks for the reply..

Fdeshnawy commented 4 years ago

@brais-martinez Thanks for the response..

I am new to lip reading.. I was looking for a strong baseline to start my work (academic).. If you are sharing, it would be helpful.. have you reach to the train code?

Fdeshnawy commented 4 years ago

@brais-martinez Thanks for the response..

I am new to lip reading.. I was looking for a strong baseline to start my work (academic).. If you are sharing, it would be helpful.. have you reach to the train code??

Fdeshnawy commented 4 years ago

@brais-martinez Thanks for the response..

I am new to lip reading.. I was looking for a strong baseline to start my work (academic).. If you are sharing, it would be helpful.. have you reach to the train code?

mpc001 commented 3 years ago

12