Gary Lai
Gary Lai
CircleCI 1.0 will stop building on March 15, 2019. Update projects to CircleCI 2.0 to continue building.
HI, Does there any plan upgrade rubygem version? There are many updates since last publish.
#### What? Add zh and zh-TW locale #### Requirements N/A #### Tickets / Documentation N/A #### Screenshots (if appropriate) N/A
As title.
The problem is [tensorflow](https://github.com/tensorflow/tensorflow) has cpu and gpu distributions. If we want to support both solution, we also have to create two distributions, to resolve the dependency. Do we want...
This elit project will only be the sdk for deployment to the cloud. Since we have many overlapping with gluon nlp, it might be a better way for us that...
https://github.com/elitcloud/elit/blob/fd959c505f6a5cf0bb94b8291db308f0036b51d1/elit/nlp/dep/parser/common/data.py#L174 ``` ... elit_dep_biaffine_en_mixed.load('{}/data/model/dep/jumbo-fasttext100'.format(ELIT_PATH)) File "/usr/local/lib/python3.5/dist-packages/elit/nlp/dep/parser/parser.py", line 168, in load self._parser = self._create_parser(self._config, self._vocab) File "/usr/local/lib/python3.5/dist-packages/elit/nlp/dep/parser/parser.py", line 209, in _create_parser config.mlp_rel_size, config.dropout_mlp, config.debug) File "/usr/local/lib/python3.5/dist-packages/elit/nlp/dep/parser/biaffine_parser.py", line 55, in __init__ trainable=False)...