Peter Plantinga

Results 18 issues of Peter Plantinga

Create a template from functions with parameters without types

enhancement

If you wanted to use math.E, for example, you'd be unable to.

bug

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.

bug

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' ``` ![image](https://github.com/speechbrain/speechbrain/assets/4369106/8c685315-056e-43fa-a6da-64c80848c434) **kwargs was there on purpose meaning “ignore any extra arguments” It was an easy shortcut...

bug

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...

enhancement

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...

enhancement