-
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
-
## Description
`TemporalFusionTransformerEstimator` crashes when training on GPU with `num_outputs != 3` (any non-default value).
## To Reproduce
```python
import mxnet as mx
from gluonts.dat…
-
## 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…
-
## 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…
-
A lot of people are using these excellent tutorials as a base to write their gluon code. I think it could be good to have the dataloaders by default using multiprocessing for loading:
```
import mul…
-
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…
-
具体错误代码如下,不知道你有没有遇到这种情况?
Traceback (most recent call last):
File "/home/qbzhao/CSJ/Dettoolbox/test_flops.py", line 120, in
test_op_summary(mobilenet_v2_1_0, drop_fc=drop_fc)
File "/home/…
-
Hello, I've download resnet101_v1-d988c13d.zip and made this param as " backbone_resnet.params". When i run "python main.py --data_path=/path/data", i got this problem :
[11:09:00] src/io/./image_ite…
-
Hi,
I was using mxboard to visualize a symbolblock. It seems that instead of exposing inputs, the final graph exposed the weights and hid the inputs. The following codes generate the attached plots…
-
https://ci.mxnet.io/blue/organizations/jenkins/GluonNLP-py3-master-cpu-unittest/detail/PR-1050/1/pipeline
```
[2019-12-13T22:50:21.486Z] =================================== FAILURES ================…