Results 1 issues of kaleidos

在执行encoder_train.py之后跑起来几个线程之后。 我现在的numpy版本是 1.24.4,但是MockingBird\models\encoder\model.py的88行有段代码是 `mask_matrix = 1 - np.eye(speakers_per_batch, dtype=np.int)` 貌似是不兼容的问题。运行之后,执行到这里会报如图的错误。 我现在的python版本是3.11 ![image](https://github.com/babysor/MockingBird/assets/1875744/ae5f335b-dedd-43cf-aabd-cda5a1974e1b)