Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @desh2608,
I created a recipe for https://spokenwoz.github.io/SpokenWOZ-github.io/
I am just testing it out. The download and prepare functions seem to work, and I prepared
RecordingSet
and SupervisionSet` manifests.However, I was surprised that the following code returns
MultiCut[s]
.Is MultiCut a good option for SpokenWOZ, where the system and user side of task-oriented dialogue are separated into two channels?
Personally, I do NOT want to tie together "system" and "user" turns together.
I just want to be able to traverse the whole conversations, which is possible thanks to SupervisionSegment naming where id is
f"conversationID-{turn_number:03d}"
.The practical aspect is that cuts_dev[0].plot_audio() takes ages for multicut of 183s. It took 10+min, before I restarted the jupyter kernel.
Thank you for any tips.