miziworld

Results 4 comments of miziworld

Thank you for answer. I'm using a conformer model and I want to fuse conv and relu or conv and linear modules in an encoder. Could you please help me...

thank you. In general, when using the code you suggested, there should be no problem, but attribute errors keep occurring, so I referred to the PyTorch tutorial. (https://pytorch.org/docs/stable/_modules/torch/ao/quantization/fuse_modules.html#fuse_modules) There are...

Thank you so much for your kind and detailed explanation. Thanks for your help, I succesfully fused modules i want like this. ![image](https://user-images.githubusercontent.com/17849068/157657943-5b723551-d302-4be5-8bc7-95c26f7418fe.png) I fused modules ['model.encoder.embed.conv.0', 'model.encoder.embed.conv.1'] in conformer...

No, just for my personal experiment. I'll use this function on my robot or some devices that using the microphone on offline environment. Is it impossible to modify vosk-api for...