mohsen-goodarzi

Results 3 issues of mohsen-goodarzi

Hi, I manually downloaded the latest CommonVoice dataset for Dutch (cv-corpus-9.0-2022-04-27-nl), and then tried to prepare the manifest using lhotse by following command: `lhotse prepare commonvoice -l nl ./cv-corpus-9.0-2022-04-27 ./manifests`...

I noticed that in the updated zipformer receipt, the shuffled cuts are not used! Is it on purpose? https://github.com/k2-fsa/icefall/blob/d667dc365b3259179c9d54bd32a1bb2bd8afa4f0/egs/librispeech/ASR/zipformer/train.py#L1179

Thank you for sharing your great work. I noticed you have used `sepconv_bn` in C1 and C2 instead of `conv_bn_act`. Is it on purpose? Does it give better results? https://github.com/Kirili4ik/QuartzNet-ASR-pytorch/blob/ec6073ef76d1ce0419bc62065ec746cb12a63efc/model.py#L49