Daniel Schnell

Results 10 issues of Daniel Schnell

How can I use a simple way to say: transition always to a specific state with a specific event, without having to specify this event for each state of the...

### Describe the bug E.g. `notebooks/ExtractTTSpectrogram.ipynb`: ![grafik](https://user-images.githubusercontent.com/734966/201431549-5737480f-4426-42cc-ba39-56e78c15788c.png) `notebooks/Tutorial_2_train_your_first_TTS_model.ipynb`: ![grafik](https://user-images.githubusercontent.com/734966/201434903-9c369922-49d1-46ee-a18d-f39647bc0952.png) ### To Reproduce Run the notebooks ### Expected behavior All notebooks run against current default branch (`dev`). ### Logs _No response_...

bug

If clicking on the demo app on Heroku: ![grafik](https://user-images.githubusercontent.com/734966/235113531-55a3cd79-0dc7-4c23-9c0a-4bb2d26e1393.png)

The error is somewhat misleading, if no `file:` key is given: ``` /home/runner/work/_actions/dsaltares/fetch-gh-release-asset/master/dist/index.js:2050 throw new Error(`Input required and not supplied: ${name}`); ``` I rather supposed that all files would be...

enhancement

I have a schema with an array of oneOf $refs : ``` ruby schema='{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "demo", "type": "object", "properties": { "formats": { "type": "array", "items": { "$ref": "#/definitions/format"...

I see the following incorrect transcriptions, when running my tests with the fine-tuned model [language-and-voice-lab/whisper-large-icelandic-62640-steps-967h](https://huggingface.co/language-and-voice-lab/whisper-large-icelandic-62640-steps-967h) : ```json "segments": [ { "id": 0, "seek": 0, "start": 0.0, "end": 30.0, "text": "afbrot...

I want to use Greynir-Correct for correction of non-whole sentences, i.e. in extreme cases single words. What method or options should I use to make that possible ? Currently, when...

The following snippet gives inconsistent results: ```python from reynir_correct import tokenize texts = ["Skúta", "300 ára gömul írsk skúta fundin við Suður-Noreg" ] for t in texts: g = tokenize(t,...

If there are multiple possibilities to correct a word, e.g. from POV of the same Levenshtein distance, is it possible to get back all possible corrections greynir-correct knows ? If...

Hi, thanks for your work. I'd be interested, if the model also provides phoneme-level timing information at inference ?