spaCy/spacy/ml
Matthew Honnibal d5509e0989 Support Mish activation (requires Thinc 7.3) (#4536)
* Add arch for MishWindowEncoder

* Support mish in tok2vec and conv window >=2

* Pass new tok2vec settings from parser

* Syntax error

* Fix tok2vec setting

* Fix registration of MishWindowEncoder

* Fix receptive field setting

* Fix mish arch

* Pass more options from parser

* Support more tok2vec options in pretrain

* Require thinc 7.3

* Add docs [ci skip]

* Require thinc 7.3.0.dev0 to run CI

* Run black

* Fix typo

* Update Thinc version


Co-authored-by: Ines Montani <ines@ines.io>
2019-10-28 15:16:33 +01:00
..
__init__.py Tidy up and auto-format 2019-10-28 12:43:55 +01:00
_wire.py Refactor Tok2Vec to use architecture registry (#4518) 2019-10-25 22:28:20 +02:00
common.py Tidy up and auto-format 2019-10-28 12:43:55 +01:00
tok2vec.py Support Mish activation (requires Thinc 7.3) (#4536) 2019-10-28 15:16:33 +01:00