ubclaunchpad / minutes

:telescope: Speaker diarization via transfer learning
https://medium.com/ubc-launch-pad-software-engineering-blog/speaker-diarisation-using-transfer-learning-47ca1a1226f4
27 stars 5 forks source link

error while testing a conversation file #130

Closed rohithkodali closed 6 years ago

rohithkodali commented 6 years ago

Hi, I have been following "minutes" from past few days and observed the transformation from docker to a python library. would soon want to add my own models into this repository.

currently i have an issue when i'm testing the model built and here is the error

conversation = Conversation('test.wav') TypeError: init() missing 1 required positional argument: 'speakers'

do this speakers are the one we added to minutes while training (minutes.add_speakers([])) or do we need to create a separate list and pass that argument to converastion?

grig-guz commented 6 years ago

You need to create a list of speakers that you added while training

rohithkodali commented 6 years ago

got it thanks a lot.

iKevinY commented 6 years ago

Hey @rohithkodali, we're super excited to outside interest in Minutes! We're still deep in the process of transitioning the project into a standalone repository, so the API might go through a lot of changes — just thought I'd give you a heads-up! 😄

rohithkodali commented 6 years ago

i always have an eye on this project, hope will add lot of my stuff in this once this migration thing is done.

chadlagore commented 6 years ago

:wave: hi @rohithkodali. Closing because it looks like we worked it out :+1: