Oliver Adams

Results 78 comments of Oliver Adams

@Shi-Xiaoyu No, I never actually trained the model using this code, I was just reading the code.

What is the current status for integrating Katib into a Kubeflow pipeline? I've noted issues 1846 and 1914 are along the same lines, but just wanted to know what the...

> I added in a NotImplemented exception if speakers is `passed` in as a parameter since the parameter is unused right now and a loud failure seems to be the...

This sounds good to me. We might not want it passed as an argument though, but rather it can be inferred from the Utterance objects. There's not much gain knowing...

In the interest of getting `Corpus.from_elan()` support integrated into downstream UI, the `LabelSegmenter` is something that needs to be dealt with. Here are some thoughts: - Character segmentation via `segment_into_chars`...

> As for the default behavior what do you think of the following handling in the case where label_segmenter is not passed in: > > If a label set is...

Sounds good, let's do it.