spaCy/spacy/cli
Matthew Honnibal 62afa64a8d Expose batch size and length caps on CLI for pretrain (#3417)
Add and document CLI options for batch size, max doc length, min doc length for `spacy pretrain`.

Also improve CLI output.

Closes #3216 

## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-03-16 21:38:45 +01:00
..
converters Merging conversion scripts for conll formats (#3405) 2019-03-15 18:14:46 +01:00
ud 💫 Replace {Doc,Span}.merge with Doc.retokenize (#3280) 2019-02-15 10:29:44 +01:00
__init__.py 💫 New JSON helpers, training data internals & CLI rewrite (#2932) 2018-11-30 20:16:14 +01:00
_schemas.py Store JSON schemas in Python and tidy up (#3235) 2019-02-07 19:44:31 +11:00
convert.py Merging conversion scripts for conll formats (#3405) 2019-03-15 18:14:46 +01:00
debug_data.py 💫 Add token match pattern validation via JSON schemas (#3244) 2019-02-13 01:47:26 +11:00
download.py Only link model after download if shortcut link (#3378) 2019-03-10 13:02:24 +01:00
evaluate.py spacy.cli.evaluate: fix TypeError (#3101) 2018-12-28 11:14:28 +01:00
info.py Small CLI improvements (#3030) 2018-12-08 11:49:43 +01:00
init_model.py Merge branch 'master' into develop 2019-02-07 20:54:07 +01:00
link.py Small CLI improvements (#3030) 2018-12-08 11:49:43 +01:00
package.py Set vectors.name when updating meta.json during training (#3100) 2018-12-27 19:55:40 +01:00
pretrain.py Expose batch size and length caps on CLI for pretrain (#3417) 2019-03-16 21:38:45 +01:00
profile.py Fix cytoolz import cytoolz 2018-12-06 16:04:12 +01:00
train.py Update train.py 2019-03-16 16:04:15 +01:00
validate.py Small CLI improvements (#3030) 2018-12-08 11:49:43 +01:00