Ryan Fox
Ryan Fox
I got a `ValueError: n_components cannot be larger than min(n_features, n_classes - 1)`. I resolved it by adding `lda_dim=0` to the `speaker_diarization()` call.
> The other issues that deal with this problem mention using flags2segs but apparently than function has been changed to labels_to_segments. Wanted to highlight this - a lot of other...
Thanks for the info. That's not going to work for the use case I am working with - what do you think the chances are of implementing a fix? In...
Thank you for the feedback. PRs are welcome if you want to add some examples. The table syntax is [is documented here.](https://python-markdown.github.io/extensions/tables/#syntax)
Hi Dwight, thanks for the PR. I think the tests are a good idea. This is a pretty small package - the PR currently has more external dependencies than I...
Hi Guts, thanks. I think the issue was that I accidentally built v0.0.13 with some testing changes still active in my repo. I uploaded v0.0.14 - give it a try...
Currently only HTML is supported, but pull requests are welcome.
@jkmacc-LANL @gaodingpan You would need to find out programmatically whether Sphinx was called with `make html` or `make latexpdf`, I don't know if that's available in the `source-read` event. The...
Thanks for including your files - made it easy to diagnose. Short answer: in your `bar.html`, change `read.mp4.json` back to `scores.json`. Long answer: `bar.html` is looking for a json file...
Yes, x axis goes left-to-right forward in time. The height at any given point is the number of duplicates of that frame. I think in your particular case, it might...