Jan Vincent Hoffbauer
Jan Vincent Hoffbauer
#190 # How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no...
When copying files from a non-encrypted to an encrypted folder on Android client, it says that this is not supported. On MacOS (Desktop) Client 3.0.3, this action just shows multiple...
Defining a loss on an output layer in a subnet, which itself is in a recursive net, throws an error. See config and error log below. @albertz Points discussed in...
I would like to understand how Guidance compares to [LMQL](https://lmql.ai/) when reading the docs. Can we gather a list of additional features?
**Describe the solution you'd like** I want to run programs with multiple beams and choose one or many beams with the highest score according to my LM. .
save() not working in an `EmbeddedDocumentList` in nested embedded document, as `_instance` is an `EmbeddedDocument` instead of `Document` Reproducer: ``` class TestK2(EmbeddedDocument): values = EmbeddedDocumentListField(StringField, default=[]) class TestK1(EmbeddedDocument): k2 =...
Are the start and end positions of edits spaCy token indices or is another way of tokenization used?
## Steps to Reproduce 1. Have a project with a .tex and a .bib file 2. Open .bib file. Fold some entries 3. Open .tex files 4. Open .bib file...
# Description When Doccano is hosted behind a reverse proxy, the doccano backend's hostname is something like `doccano` thus the URLs it generates start with `http://doccano:8080`. This causes issues when...