swm35
swm35
That would be brilliant, thank you. I am looking to run diart and pyannote.audio on the RPi, so I need to install these versions: pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 Let me know...
Hi @Fire-Cube - Did you manage to find out what the PyTorch compilation error was by any chance?
Hi @juanmc2005 Thank you for your response. I have not got around to trying Whisper yet, the errors all relate to running diart only so far. I tried your suggestion...
Thank you @juanmc2005. I did the line-by-line debugging which showed the crash happened while executing this line: segmentations = self.segmentation(batch) # shape (batch, frames, speakers) This is an instance of...
Thank you @juanmc2005. You are right on both counts - expanding the code shows it crashes at the "output = self.model(wave)" line and the subsequent test on a random chunk...
Hi @juanmc2005 This is working now. I saw you updated your environment.yml file, and when I use that new one it worked (I also had to use the separate terminals...