Daniël de Kok

Results 73 issues of Daniël de Kok

There is a lot of overlap between the transition-specific lookup and feature table lookup. This can be factored out to one class that replaces `Numberer`. Maybe this should be a...

maintenance

For more accurate error messages with `or_exit`. See #16.

maintenance

It would be nice if there are some sample models that are ready to use.

enhancement

Support dynamic oracles for the common transition systems (at the very least arc-eager).

enhancement

## Description This change adds the new `activations` attribute to `Doc`. This attribute can be used by trainable pipes to store their activations, probabilities, and guesses for downstream users. As...

enhancement
feat / pipeline
🔜 v4.0

## Description Window encoder that supports multiple element-wise activations. Currently very drafty, mostly for some experiments with @kadarakos. ### Types of change Feature ## Checklist - [ ] I confirm...

enhancement
⚠️ wip
feat / tok2vec

## Description This is a large refactor of the parsing model, started by @honnibal. The refactor turns the paring model into a more canonical Thinc model. As a result, GPU...

enhancement
gpu
feat / parser
🔜 v4.0

As discussed, this module contains a lot of booleans that Thinc uses internally to keep track of what libraries and devices are available. However, we want to keep the freedom...

meta
🔜 v9.0

Also use PyTorch 1.11.0 for other PyTorch versions.

tests
interop / pytorch

**Draft:** still needs docs, but I first wanted to discuss this proposal. The output of a transformer is passed through in two different ways: - Prediction: the data is passed...

bug
feat / pipeline