yinruiqing

Results 16 comments of yinruiqing

In fact, this project has been merged into [pyannote.audio](https://github.com/pyannote/pyannote-audio). You can find more information [here](https://github.com/pyannote/pyannote-audio/tree/master/tutorials/change-detection). PS: We move into python3 in the latest version.

@jun-danieloh `CondaEnvException: Unable to determine environment` I think you should first check you cuda version and cudatoolkit version.

You can find how pl set distributed sampler [here](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pytorch_lightning/trainer/data_loading.py#L274). If you dive into the source code of DistributedSampler in [pytorch](https://github.com/pytorch/pytorch/blob/master/torch/utils/data/distributed.py#L95), you can find the random seed depends on the epoch....

@EderSantana I want use Layer brnn as the first layer. But I met this error. `The first layer in a Sequential model must get an`input_shape`or`batch_input_shape`argument.` I've set the input_shape in...

I will add a MIT license soon.

This repo relies on pyannote-audio for speaker diarization. Please open an issue and provide an example in [pyannote-audio](https://github.com/pyannote/pyannote-audio/issues).

This token is deactivated. You can use your own token.

Whisper used Python 3.9.9. Please check your python version.

> I'm getting "transcribe.py: error: argument --diarization: invalid str2bool value: 'true'". > > How do I fix this? true -> True. I fixed readme > Oh and I have a...

> Thank you so much! It would be cool If you could add a function to remove overlapped speech I will do it this weekend.