Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,390 contributions in the last year
Contribution activity
September 2020
Created a pull request in explosion/spaCy that received 4 comments
Improve v3 pretrain command
We intentionally let the spacy pretrain command fall behind our conventions a bit in v3, while we let the rest of the config system stabilise. This…
+158
−187
•
4
comments
- Support data augmentation in Corpus
- Make a pre-check to speed up alignment cache
- Fix skipped documents in entity scorer
- Make project pull order insensitive
- Improve subprocess handling and git clone
- Temporary work-around for scoring a subset of components
- Draft docs for pretrain usage
- Draft text for static vectors intro
- Fix conversion of older CoNLL parsing files
- Fix tagger training when some tags are missing
- Add quick hack to allow CLI extensions
- Fix significant performance bug in parser training
- Remove 'cleanup' of strings
- Support data augmentation in Corpus
- Fix skipped documents in entity scorer
- Modify setting missing and blocked entity tokens
- Fix handling of score_weights
- Add option to disable Matcher errors
- extend quickstart components
- Clean up spacy.tokens
- More extensible corpus in config
- Add vectors option to CharacterEmbed
- fix W&B logger
- Handle config and meta correctly in spacy.blank
- Fix sparse checkout and error handling
Created an issue in wandb/client that received 2 comments
Allow setting executable via environment variable
Hey :)
In _init_headless there are some comments about using sys.executable to execute the subprocess: https://github.com/wandb/client/blob/master/…
2
comments