-
http://gluon-nlp.mxnet.io/api/vocab.html#gluonnlp.Vocab
In the variables section, embedding, idx_to_token etc are linked to APIs in the TokenEmbedding class
-
Hi Mu, I read the tutorials, examples, and source code of gluon. It's very interesting and easy to use. But my question is how to do mini-batch with dynamic computation graphs such as TreeLSTM. I don…
-
## Description
Sphinx builds of the Python API docs have the following warning(s):
```
/work/mxnet/docs/python_docs/python/build/tutorials/packages/gluon/training/normalization/index.ipynb:471: W…
-
Hi, i am getting started in NLP area.
i have got in trouble,when i run the script "run_glue.py" .
it said that ModuleNotFoundError: No module named 'classification', and i can not find the module …
HuFBH updated
4 years ago
-
## Description
Sphinx builds of the Python API docs have the following warning(s):
```
/work/mxnet/docs/python_docs/python/build/api/gluon/mxnet.gluon.nn.HybridBlock.rst:367: WARNING: duplicate o…
-
## Description
This is the part 1 of Gluon Data API extension and fixes, which mainly focus on cleaning up diverging usage of mxnet module/gluon.
Through long time evolution, there's currently two…
-
net=nn.HybridSequential()
with net.name_scope():
net.add(nn.Conv2D(64,kernel_size=3,strides=1,padding=1),
nn.BatchNorm(),
nn.Activation('relu'))
......
gr…
-
Hi,
I have done training on my own dataset and i got 70% accuracy after 4 epochs..
I want to visualize the output.. so i tried with demo script.. i gave 1 input image and tried with the trained mo…
-
Any chance of getting a simple example (even just ad hoc ) on how to train mask rcnn via transfer learning on a custom Coco formatted dataset ?
We are currently evaluating if we need to write our …
-
Currently, if I were to use Gluon Model Zoo and use any model for eg DenseNet, I face 2 issues regarding APIs
a. Lack of clarity about differences in the APIs (Titlecase vs lowercase)
E.g.
`mxnet.g…