Peter Plantinga
Peter Plantinga
Create a template from functions with parameters without types
If you wanted to use math.E, for example, you'd be unable to.
Right now, the `!include` tag first resolves references in the included document (turning objects into anchors like `*id001`) the names of which collide with any references in the original document.
Minimal example: ``` def f(args: list): """ASDF Arguments --------- args: list args Yields ------ args: iterable """ yield from args ``` ``` 1: DOC403: Function `f` has a "Yields" section...
The same update as https://github.com/speechbrain/speechbrain/pull/2469
### Describe the bug ``` TypeError: AttentionSeq2Seq.forward() got an unexpected keyword argument 'grapheme_list' ```  **kwargs was there on purpose meaning “ignore any extra arguments” It was an easy shortcut...
Closes #2526, #2534 Here is a proposal for how we can add adapters (including LoRA) to the toolkit. This branch is based on #2534 - and it also implements flexible...
Fixes #2701 The current approach just adapts the templates to match the new behavior of the inference class, but we should also consider changes to the inference class behavior to...
This PR introduces functions for helping with voice analysis, such as dysarthric speech detection. The planned functions are as follows: - [x] Estimate f0 - [x] Jitter - [x] Shimmer...