FrenchKrab

Results 6 issues of FrenchKrab

On certain files, on sliding window mode, the inference will crash because the input is smaller than the kernel. For example given this inference: ```python inference = Inference(MODEL_NAME, step=5.0, duration=5.0)...

The `balance` option of the segmentation tasks allows to pass a list of `ProtocolFile` fields, e.g. `['database', 'foo']`. Then when batches are sampled, it looks at all existing combinations of...

It's currently impossible to change a task `val_monitor` without changing the class definition (and it's not trivial to dynamically replace a `@property` definition)(but it can be done ...). This PR...

Currently the MultilabelSegmentation task has no default metric, this PR adds these 3 (torchmetrics) metrics as default.

### Tested versions Reproducible in 3.2.0, tested with a73ded27f297c6876b722e3c7bb77428a1bac1c7 ### System information Linux / pyannote.audio 3.12 / pyannote.database 5.1.0 / Python 3.12 ### Issue description In the mixins of the...