-
When I execute NeuralNer.py for monolingual , it is printing the whole embedding file. I don't understand why it is printing as such. I found that it is happening because of the line 124 from load_emb…
-
## Description
In scripts/word_embeddings/train_glove.py:319: trainer.step(batch_size=1)
and scripts/word_embeddings/train_sg_cbow.py:240 trainer.step(batch_size=1)
why the batch_size…
-
### Which Renovate are you using? CLI, App, or Pro
CLI
### Which platform are you using? GitHub, GitLab, Bitbucket Azure DevOps
GitLab
### What is your question?
How can i disable digest pinn…
-
Transforms which return variable length vectors currently crash
- NGramFeaturizer (with output_tokens=True argument)
- SlidingWindow
Originally noted by @abgoswam in https://msdata.visualstudio…
-
Hi,
How can I solve this error:
```
onnx_model = keras2onnx.convert_keras(model, model.name, target_opset=7)
File "/home/cbo/anaconda3/envs/keras-tf-py36/lib/python3.6/site-packages/kera…
-
**Describe the bug**
The dimension of the output of Wordembedding using GloVe50D is not right
**To Reproduce**
Steps to reproduce the behavior:
1. Run following code
```python
from nimbusml im…
-
How would user know about '_TransformedText' suffix to be put in when using NGramFeaturizer + WordEmbedding?
See `WordEmbedding(columns='features_TransformedText')` in [the example](https://git…
-
A clear and concise description of what you want to know.
针对您之前的一个回答,想问一下,就是如何训练自己的语料库,调用自己的embedding层,可以提供一个例子吗?
![image](https://user-images.githubusercontent.com/32102558/60798224-4f149180-a1a3-1…
-
## Steps to reproduce
Follow the instructions here: https://pytext.readthedocs.io/en/master/hierarchical_intent_slot_tutorial.html
## Observed Results
```
$ pytext train < pytext/demo/configs/…
-
As title.I use
```scala
val mojo = H2OMOJOModel.createFromMojo("file:///data1/mojo")
val predictions = mojo.transform(df)
```
and the predictions has a column named prediction_output like
|…