Results 4 issues of Chen

some bold syntax are boring

```python img = np.random.randint(0, 255, [512,512], np.uint8) imgcat(img) # the output image will auto resized to (372, 372) ```

sometime the auto switch is annoying.

**Describe the bug** pip install 安装后丢失了一些包。 应该是这些包没有 __init__.py 导致的 **To Reproduce** import init_model 就能复现 ```text File "xxx.py", line 17, in init_model from wenet.utils.init_model import init_model File "xxx/lib/python3.10/site-packages/wenet/utils/init_model.py", line 18, in...