Matthew Honnibal
|
f24c2e3a8a
|
Fix evaluate for non-GPU
|
2017-10-03 22:47:31 +02:00 |
|
ines
|
8dbe49ecb8
|
Always compare lowercase package names
Otherwise, is_package will return False if model name contains
uppercase characters. See this issue:
https://support.prodi.gy/t/saving-a-trained-ner-model-as-a-loadable-modu
le/46/6
|
2017-09-29 20:55:17 +02:00 |
|
ines
|
153c2589d4
|
Revert "Always compare lowercase package names"
This reverts commit 7d77dc490f .
|
2017-09-29 20:53:36 +02:00 |
|
ines
|
7d77dc490f
|
Always compare lowercase package names
Otherwise, is_package will return False if model name contains
uppercase characters. See this issue:
https://support.prodi.gy/t/saving-a-trained-ner-model-as-a-loadable-modu
le/46/6
|
2017-09-29 20:52:28 +02:00 |
|
Matthew Honnibal
|
ffda38356a
|
Add util function to enable GPU
|
2017-09-20 19:16:35 -05:00 |
|
ines
|
68f66aebf8
|
Use pkg_resources instead of pip for is_package (resolves #1293)
|
2017-09-16 20:27:59 +02:00 |
|
Matthew Honnibal
|
30e35d9666
|
Fix syntax error
|
2017-08-30 17:35:39 -05:00 |
|
ines
|
173089a45a
|
Add more validation for model meta
|
2017-08-29 11:21:46 +02:00 |
|
Matthew Honnibal
|
ed95009b5c
|
Fix data loading on Python 2
|
2017-08-18 21:57:06 +02:00 |
|
Dan O'Huiginn
|
ebf5a3ce59
|
Allow loading with python < 3.6
Don't rely on recent python features to load models
Fixes Issue #1271
|
2017-08-17 15:15:47 +00:00 |
|
ines
|
ea167e14db
|
Fix model package loading from link
|
2017-06-05 13:10:49 +02:00 |
|
ines
|
dd6dc4c120
|
Update spacy.load() helper functions
|
2017-06-05 13:02:31 +02:00 |
|
ines
|
7db1a0e83e
|
Make sure printed values are always strings
|
2017-06-04 21:27:20 +02:00 |
|
ines
|
070e026ed9
|
Ensure path on read_json
|
2017-06-04 20:44:37 +02:00 |
|
ines
|
e1e73936b1
|
Raise correct error
|
2017-06-04 20:44:27 +02:00 |
|
ines
|
4c2bbc3ccc
|
Add add_lookups util function
|
2017-06-03 19:44:47 +02:00 |
|
ines
|
924c58bde3
|
Fix serialization of optional elements
|
2017-06-02 18:18:17 +02:00 |
|
Matthew Honnibal
|
1d18cedae8
|
Fiddle with msgpack bytes vs unicode
|
2017-06-01 10:48:43 -05:00 |
|
Matthew Honnibal
|
3ff7d7fcef
|
Merge for updated requirements
|
2017-06-01 04:57:47 -05:00 |
|
Matthew Honnibal
|
ae8010b526
|
Move weight serialization to Thinc
|
2017-06-01 02:56:12 -05:00 |
|
Matthew Honnibal
|
c8a58cfcf8
|
Fix Python2/3 load bug
|
2017-05-31 15:21:44 -05:00 |
|
Matthew Honnibal
|
8dfb9546f0
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-31 07:21:14 -05:00 |
|
Matthew Honnibal
|
92f9e5cc9a
|
Silence env_opt, and fix serialization for GPU
|
2017-05-31 07:14:11 -05:00 |
|
Matthew Honnibal
|
33e5ec737f
|
Fix to/from disk methods
|
2017-05-31 13:43:10 +02:00 |
|
Matthew Honnibal
|
2a061e2777
|
Fix serialisation, for reals this time
|
2017-05-29 17:52:08 -05:00 |
|
Matthew Honnibal
|
35d981241f
|
Fix model deserialization
|
2017-05-29 14:46:31 -05:00 |
|
Matthew Honnibal
|
5b29f227ae
|
Fix serialization
|
2017-05-29 14:35:53 -05:00 |
|
Matthew Honnibal
|
1e6df0a2a1
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-29 14:30:12 -05:00 |
|
ines
|
08382f21e3
|
Pass model meta to nlp object in load_model
|
2017-05-29 20:44:11 +02:00 |
|
Matthew Honnibal
|
f1acdaab55
|
Fix serialization of weight offsets
|
2017-05-29 13:23:11 -05:00 |
|
Matthew Honnibal
|
c044e9c21c
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-29 08:41:02 -05:00 |
|
Matthew Honnibal
|
aa4c33914b
|
Work on serialization
|
2017-05-29 08:40:45 -05:00 |
|
ines
|
567485a818
|
Fix and document model loading with pipeline and overrides
|
2017-05-29 14:10:10 +02:00 |
|
Matthew Honnibal
|
deac7eb01c
|
Fix for serialization
|
2017-05-29 13:54:18 +02:00 |
|
Matthew Honnibal
|
04c32aa091
|
Fix for serialization
|
2017-05-29 13:53:32 +02:00 |
|
Matthew Honnibal
|
a1960c2d09
|
Fix for serialization
|
2017-05-29 13:47:42 +02:00 |
|
Matthew Honnibal
|
7b06bb896e
|
Fix for serialization
|
2017-05-29 13:42:55 +02:00 |
|
Matthew Honnibal
|
f4aafca222
|
Merge changes to test_misc
|
2017-05-29 12:26:02 +02:00 |
|
Matthew Honnibal
|
ff26aa6c37
|
Work on to/from bytes/disk serialization methods
|
2017-05-29 11:45:45 +02:00 |
|
ines
|
df920ba0e7
|
Add tests for displaCy and util functions and fix util typo
|
2017-05-29 10:51:19 +02:00 |
|
Matthew Honnibal
|
c91b121aeb
|
Move serialization functions to util
|
2017-05-29 10:13:42 +02:00 |
|
Matthew Honnibal
|
6dad4117ad
|
Work on serialization for models
|
2017-05-29 01:37:57 +02:00 |
|
ines
|
c1983621fb
|
Update util functions for model loading
|
2017-05-28 00:22:40 +02:00 |
|
ines
|
c8543c8237
|
Fix formatting and docstrings and remove deprecated function
|
2017-05-28 00:22:40 +02:00 |
|
ines
|
51882c4984
|
Fix formatting
|
2017-05-26 12:37:45 +02:00 |
|
Matthew Honnibal
|
80cf42e33b
|
Fix compounding and decaying utils
|
2017-05-25 17:15:39 -05:00 |
|
Matthew Honnibal
|
b9cea9cd93
|
Add compounding and decaying functions
|
2017-05-25 16:16:10 -05:00 |
|
ines
|
b5fb43fdd8
|
Allow sys.exit status as exits keyword arg in util.prints()
|
2017-05-22 12:29:15 +02:00 |
|
Matthew Honnibal
|
5db89053aa
|
Merge docstrings
|
2017-05-21 13:46:23 -05:00 |
|
Matthew Honnibal
|
0731971bfc
|
Add itershuffle utility function. Maybe belongs in thinc
|
2017-05-21 09:05:05 -05:00 |
|