Ayush Chaurasia
|
3c2ce41dd8
|
W&B integration: Optional support for dataset and model checkpoint logging and versioning (#7429)
* Add optional artifacts logging
* Update docs
* Update spacy/training/loggers.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
* Update spacy/training/loggers.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
* Update spacy/training/loggers.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
* Bump WandbLogger Version
* Add documentation of v1 to legacy docs
* bump spacy-legacy to 3.0.2 (to be released)
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: svlandeg <sofie.vanlandeghem@gmail.com>
|
2021-04-01 19:36:23 +02:00 |
|
Adriane Boyd
|
124304b146
|
Add vocab kwarg back to spacy.load
* Additional minor formatting and docs cleanup
|
2021-03-11 10:58:59 +01:00 |
|
Adriane Boyd
|
4294bcf4ab
|
Align keyword-only in docs for init/util
|
2021-03-11 09:52:40 +01:00 |
|
Adriane Boyd
|
d746ea6278
|
Add warning about GPU selection in Jupyter notebooks (#7075)
* Initial warning
* Update check
* Redo edit
* Move jupyter warning to helper method
* Add link with details to warnings
|
2021-03-09 15:35:21 +01:00 |
|
Sofie Van Landeghem
|
6ed423c16c
|
reduce memory load when reading all vectors from file (#6945)
* reduce memory load when reading all vectors from file
* one more small typo fix
|
2021-02-07 08:05:43 +08:00 |
|
svlandeg
|
7cda5605a0
|
add type
|
2021-02-03 13:13:58 +01:00 |
|
svlandeg
|
94929c2b98
|
small doc fixes
|
2021-02-03 13:10:22 +01:00 |
|
Sofie Van Landeghem
|
2c27093c5f
|
require_cpu functionality (#6336)
* add require_cpu from Thinc 8.0.0rc2
* add docs
* fix test if cupy is not installed
|
2020-12-08 14:42:40 +08:00 |
|
Ines Montani
|
3c36a57e84
|
Update data augmenters (#6196)
* Draft lower-case augmenter
* Make warning a debug log
* Update lowercase augmenter, docs and tests
Co-authored-by: Matthew Honnibal <honnibal+gh@gmail.com>
|
2020-10-04 17:46:29 +02:00 |
|
Ines Montani
|
df06f7a792
|
Update docs [ci skip]
|
2020-10-02 13:24:33 +02:00 |
|
Ines Montani
|
32cdc1c4f4
|
Update docs [ci skip]
|
2020-10-02 11:38:03 +02:00 |
|
Ines Montani
|
01c1538c72
|
Integrate file readers
|
2020-10-02 01:36:06 +02:00 |
|
Ines Montani
|
6b94cee468
|
Fix docs [ci skip]
|
2020-10-02 01:11:19 +02:00 |
|
Ines Montani
|
f2627157c8
|
Update docs [ci skip]
|
2020-10-01 17:38:17 +02:00 |
|
Ines Montani
|
0a8a124a6e
|
Update docs [ci skip]
|
2020-10-01 12:15:53 +02:00 |
|
Ines Montani
|
a103ab5f1a
|
Update augmenter lookups and docs
|
2020-09-30 23:03:47 +02:00 |
|
Ines Montani
|
115481aca7
|
Update docs [ci skip]
|
2020-09-30 15:16:00 +02:00 |
|
walterhenry
|
c1c841940c
|
Merge branch 'develop-proof' of https://github.com/walterhenry/spaCy into develop-proof
|
2020-09-29 11:47:43 +02:00 |
|
walterhenry
|
3360825e00
|
Proofreading
Another round of proofreading. All the API docs have been read through and I've grazed the Usage docs.
|
2020-09-28 16:50:15 +02:00 |
|
Ines Montani
|
6ca06cb62c
|
Update docs and formatting [ci skip]
|
2020-09-23 10:14:27 +02:00 |
|
svlandeg
|
b556a10808
|
rename converts in_to_out
|
2020-09-22 11:50:19 +02:00 |
|
Ines Montani
|
554c9a2497
|
Update docs [ci skip]
|
2020-09-20 12:30:53 +02:00 |
|
Sofie Van Landeghem
|
39872de1f6
|
Introducing the gpu_allocator (#6091)
* rename 'use_pytorch_for_gpu_memory' to 'gpu_allocator'
* --code instead of --code-path
* update documentation
* avoid querying the "system" section directly
* add explanation of gpu_allocator to TF/PyTorch section in docs
* fix typo
* fix typo 2
* use set_gpu_allocator from thinc 8.0.0a34
* default null instead of empty string
|
2020-09-19 01:17:02 +02:00 |
|
Ines Montani
|
a127fa475e
|
Merge pull request #6078 from svlandeg/fix/corpus
|
2020-09-18 14:44:21 +02:00 |
|
Ines Montani
|
d32ce121be
|
Fix docs [ci skip]
|
2020-09-18 13:41:12 +02:00 |
|
svlandeg
|
0c35885751
|
generalize corpora, dot notation for dev and train corpus
|
2020-09-17 11:38:59 +02:00 |
|
svlandeg
|
51fa929f47
|
rewrite train_corpus to corpus.train in config
|
2020-09-15 21:58:04 +02:00 |
|
Ines Montani
|
0edd695bf6
|
Update docs
|
2020-09-15 11:41:49 +02:00 |
|
Ines Montani
|
99549a5ace
|
Fix consistency and update docs
|
2020-09-15 11:37:37 +02:00 |
|
Ines Montani
|
154752f9c2
|
Update docs and consistency [ci skip]
|
2020-09-15 00:32:49 +02:00 |
|
Ines Montani
|
8b0dabe987
|
Update docs [ci skip]
|
2020-09-12 17:05:10 +02:00 |
|
Sofie Van Landeghem
|
8e7557656f
|
Renaming gold & annotation_setter (#6042)
* version bump to 3.0.0a16
* rename "gold" folder to "training"
* rename 'annotation_setter' to 'set_extra_annotations'
* formatting
|
2020-09-09 10:31:03 +02:00 |
|
Ines Montani
|
4daf138136
|
Fix alphabetic ordering [ci skip]
|
2020-09-03 23:01:50 +02:00 |
|
Ines Montani
|
5afe6447cd
|
registry.assets -> registry.misc
|
2020-09-03 17:31:14 +02:00 |
|
Ines Montani
|
c063e55eb7
|
Add prefix to batchers
|
2020-09-03 17:30:41 +02:00 |
|
Ines Montani
|
804f120361
|
Don't use registered function version in title
|
2020-09-03 17:29:47 +02:00 |
|
Ines Montani
|
b5a0657fd6
|
"model" terminology consistency in docs
|
2020-09-03 13:13:03 +02:00 |
|
Ines Montani
|
3929431af1
|
Update docs [ci skip]
|
2020-08-31 17:06:33 +02:00 |
|
svlandeg
|
2c3b64a567
|
console logging example
|
2020-08-31 16:56:13 +02:00 |
|
Ines Montani
|
bca6bf8dda
|
Update docs [ci skip]
|
2020-08-31 16:39:53 +02:00 |
|
svlandeg
|
fe6c08218e
|
fixes
|
2020-08-31 14:51:49 +02:00 |
|
svlandeg
|
0e0abb0378
|
fix
|
2020-08-31 14:50:29 +02:00 |
|
svlandeg
|
e47ea88aeb
|
revert annotations refactor
|
2020-08-31 14:40:55 +02:00 |
|
svlandeg
|
2c90a06fee
|
some more information about the loggers
|
2020-08-31 13:43:17 +02:00 |
|
svlandeg
|
c18eb63483
|
Merge remote-tracking branch 'upstream/develop' into feature/vectors-docs
# Conflicts:
# website/docs/usage/embeddings-transformers.md
|
2020-08-31 13:21:36 +02:00 |
|
Ines Montani
|
66d76f5126
|
Update docs
|
2020-08-29 12:36:05 +02:00 |
|
svlandeg
|
5230529de2
|
add loggers registry & logger docs sections
|
2020-08-28 21:44:04 +02:00 |
|
svlandeg
|
72a87095d9
|
add loggers registry
|
2020-08-27 20:26:28 +02:00 |
|
svlandeg
|
dc98f69b57
|
alphabetize registries
|
2020-08-21 18:10:21 +02:00 |
|
Ines Montani
|
52bd3a8b48
|
Update docs [ci skip]
|
2020-08-21 13:22:59 +02:00 |
|