wgfi110

Results 4 issues of wgfi110

in prml/rv/multivariate_gaussian_mixture.py:124 the origin is : D_sq = np.sum(np.einsum('nki,kij->nkj', d, self.cov) * d, -1) should be changed to: D_sq = np.sum(np.einsum('nki,kij->nkj', d, np.linalg.inv(self.cov)) * d, -1)

**Describe the bug** 1.运行baker例子,频繁提示terminate called without an active exception **To Reproduce** Steps to reproduce the behavior: 1. 基于[Dockerfile](https://github.com/wenet-e2e/wetts/blob/main/runtime/gpu_triton/Dockerfile)镜像安装[requirements.txt](https://github.com/wenet-e2e/wetts/blob/main/requirements.txt) 2. 执行训练bash run.sh --stage 0 --stop_stage 2 **Expected behavior** 正常训练 **Screenshots** ![图片](https://github.com/wenet-e2e/wetts/assets/7448780/87547e8a-1c36-4329-a38e-85d6904b259f)

**Describe the bug** [CXX1306] D:\workspace\wenet\runtime\android\app\src\main\cpp\CMakeLists.txt debug|arm64-v8a : CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they...