-
Thanks for sharing your work.
Do you have a plan to make MXNet version publicly available? Both the symbol or Gluon is ok.
Thanks
-
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…
-
## Description
MXNET_BACKWARD_DO_MIRROR is a technology to save GPU memory cost. It is important because some tasks like Object Detection and semantic segmentation can benefit from a larger batch siz…
-
A large number of [examples](https://github.com/apache/incubator-mxnet/tree/v1.7.x/example) in the mxnet official repo is using the Module APIs for training. Since the Module APIs will be removed in m…
-
## 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…
-
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…
-
![image](https://user-images.githubusercontent.com/53801094/108289629-b12fd800-71c9-11eb-89e2-717384bb2a08.png)
您好,我按照您的md文档,直接运行train文件,但是运行出错,显示找不到文件:
FileNotFoundError: [Errno 2] No such file or …
-
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…
-
**Describe the bug**
I use BytePS/Nv-DALI/MXNet-Gluon training on a single server with 8 1080ti GPU, it works fine when setting layers 56 but raise error for layers 92.
```shell
[2019-08-14 23:17:4…
-
## Description
Currently there are a number of installation of python dependencies that are outside of setup.py. I recommend that we use setup.py to capture them instead. For dependency on mxnet, we …