ColainCYY

Results 4 issues of ColainCYY

Hi! Is there a guide to implement MWER Training in lingvo? I have tried to write the code from scratch, but it is a really difficult to me. I'm trying...

Hi! In librispeech.py, I found some notes about default input_size: ----------------------------------------------------------------------------- # Data consists 240 dimensional frames (80 x 3 frames), which we # re-interpret as individual 80 dimensional frames....

Hi~ I haved encountered an error when trying to enable spec-augment. The code in **librispeech.py** is: `ep.use_specaugment = True` The error is as below: ![image](https://user-images.githubusercontent.com/30071492/59987397-4a14f580-966d-11e9-9af1-50ed570c1b00.png) It seems that the `inputs`...

Here is my pom.xml: ``` ai.djl api 0.18.0 ai.djl.pytorch pytorch-engine 0.18.0 ai.djl.pytorch pytorch-native-auto 1.9.1 ai.djl.pytorch pytorch-native-cpu linux-x86_64 1.11.0 ai.djl.pytorch pytorch-jni 1.11.0-0.18.0 ``` My code is: ``` Engine engine = Engine.getEngine("PyTorch");...

bug
more-information-needed