Closed woshizhishixuebao closed 6 months ago
try: pipeline = pipeline.to(torch.device("cuda"))
try: pipeline = pipeline.to(torch.device("cuda"))
AttributeError: 'SpeakerDiarization' object has no attribute 'to'
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When I was running the demo,it cant run on GPU correctly. I try to use pipeline = pipeline.to(devices),but it raise AttributeError(msg) AttributeError: 'VoiceActivityDetection' object has no attribute 'to'