Results 6 issues of wnma

Complete batch conversion and fix a bug of `fname`.

Using the [Google Translate API](https://cloud.google.com/translate/docs/) or other translation tool API to automatically convert documents to a specific language.

When I read the code of the authors of the paper, I found that the authors used Conv and PixelShuffle layers. To ensure the effectiveness of the MIM method, maybe...

In the lastest vosk-api version, the api haved changed. See https://github.com/alphacep/vosk-api/blob/ad546a8f1a915ee166407e8d82c8cd2cc9cb8ec0/python/example/test_simple.py#L21

Hello, I am a beginner of knowledge distillation. Your code has helped me a lot. I have a question. When using `VGG`, we need to use `VGG_teacher.py` to train to...