Closed rohithkodali closed 6 years ago
You need to create a list of speakers that you added while training
got it thanks a lot.
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! 😄
i always have an eye on this project, hope will add lot of my stuff in this once this migration thing is done.
:wave: hi @rohithkodali. Closing because it looks like we worked it out :+1:
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?