krgy12138

Results 2 issues of krgy12138

## 🐛 Bug ### To Reproduce I followed the steps in the simul_mustc documentation step by step, but I found that the accuracy of training the ASR model was not...

bug
needs triage

**Describe the bug** I get an error when I convolve with the padding !=0 **To Reproduce** this is my model ``` class Generator(nn.Module): def __init__(self): super(Generator, self).__init__() self.conv1 = nn.Conv2d(1,...

bug