-
## Description
Hello,
I am using mxnet to import a onnx model exported by pytorch and it failed with the error message below. Is there any plan to support the ConstantOfShape operator? Does mxnet…
-
## Description
When the training is over, the following error is reported in Error Message..
### Error Message
Exception ignored in:
Traceback (most recent call last):
File "xxxxxxx/mxne…
-
I have followed the installation guide for installing MXNet as well as the perl bindings however I am running into the below error.
I was able to verify my MXNet installation by installing and using…
-
## Description
```python
from mxnet import nd
from mxnet.gluon import rnn
# create a simple GRU network
net = rnn.GRU(hidden_size=1, num_layers=2, bidirectional=True, layout="NTC", use_sequence…
-
## Description
(A clear and concise description of what the bug is.)
When running distributed training (multi-instance with each instance having a single GPU) with sparse gradients (produced by nega…
-
Hi,
It seems like that newest version is mxnet-cu112.
Will there be mxnet-cu114 or support higher version?
Thanks!
-
## Description
train_iter = gluon.data.DataLoader(
mnist_train.transform_first(transformer),
batch_size,
…
-
Dear,
I just need to use libmxnet (windows: libmxnet.dll) with C++, training some simple models with c++ (not python), and I don't want to build from scratch by myself.
Please don't ask me why,…
-
## Description
I'm testing nlp Bert performance using mxnet (including gluonnlp) in aws lambda based on arm64 (graviton2 processor).
These scripts that I used
### save Bert model with Gluonnlp
```…
-
Hello Team,
I have tried for the last 2 days to install and get the mxnet tutorial running
`https://cv.gluon.ai/build/examples_tracking/demo_smot.html#sphx-glr-download-build-examples-tracking-dem…