-
read 5046 examples
read 5046 examples
Traceback (most recent call last):
File "deeplabV3/deeplabv3plus-gluon-mxnet/deeplabv3plus.py", line 286, in
for d, l in train_iter:
File "/usr/loca…
-
## Description
(A clear and concise description of what the bug is.)
I modified an existing `BeamSearchTranslator` class in this [example](https://github.com/dmlc/gluon-nlp/blob/master/scripts/machi…
-
- [ ] Bugs related to multiprocessing in MXNet (Thanks @leezu):
- https://github.com/apache/incubator-mxnet/issues/17782
- https://github.com/apache/incubator-mxnet/issues/17774
The sy…
-
I was able to compile , deploy and run inference on Inf1 for a model created with mxnet 1.6.0 . I am using a pre-trained gluon cv i3d rennet model https://gluon-cv.mxnet.io/api/model_zoo.html#gluoncv.…
-
- Instead of `cp -r ./ese_seg/gluon-cv gluon-cv` it should be something like `cp -r ./ese_seg/gluon-cv/* gluon-cv/`.
- After `tar -zxvf VOCsbdche.tar.gz` we need to do `mv new_VOCsbdche VOCsbdche` b…
-
After this PR, trainer.allreduce_grads will compute the average instead of the sum. Also, I think this line (https://github.com/bytedance/byteps/blob/master/byteps/mxnet/__init__.py#L322) is wrong, as…
-
Hi,
I'm learning how to use the gluon-nlp package to learn nlp development step-by-step.
I've decoupled parts of the model-zoo language model, where I replaced the encoder layer with my own RNN (e…
-
您好:
运行train.py出现错误
Traceback (most recent call last):
File "train.py", line 133, in
main(TRAIN_DATA_PATH)
File "train.py", line 129, in main
train(transformer, dataloader, LR, N…
-
**Describe the bug**
I try to run the train_gluon_mnist_byteps_gc.py in the examples. It works well if the compressor is none. As shown in the following figure, a segmentation fault occurs when compr…
-
## Description
When trying to adapt the custom callback as described at https://ts.gluon.ai/master/tutorials/mxnet_models/trainer_callbacks.html to `DeepAREstimator`, I get a `RuntimeError`.
I gue…