Jiangzy
Results
2
issues of
Jiangzy
Hi, Thanks again for this great contributions! I had read the codes and paper. Using self-supervised learning in this task is really amazing. When I want to train this model...
In conformer/convolution.py, line 183, the code ``` output_lengths = input_lengths >> 2 output_lengths -= 1 ``` when the result of input_lengths >>2 is xx.75, the torchaudio.transforms.RNNTLoss will raise "input length...