-
## Description
Cannot run horovod with latest nightly wheel. It could mean the 1.6 release have same problem too. The last working nightly wheel was 12/30/2019
### Error Message
```
OSError: /ho…
-
## Description
Following the steps at https://mxnet.apache.org/get_started/ubuntu_setup
I got the following error:
### Error Message
```
OSError: /usr/lib/liblapack.so.3: undefined symbol: go…
-
## Description
While working with FPNs and gradient accumulation, I've discovered that using `grad_req=add` with certain models utilizing FPNs causes almost immediate divergence. This issue is simila…
-
## Description
I build mxnet with MKL blas and MKLDNN. The build was successful, however, when I ran unit test, I got the following core dump. Note: I am using master branch so there is no local chan…
-
## Description
When `gluon.rnn.RNN` and `gluon.rnn.LSTM` have multiple layers and input size is not equal to hidden size, the output tensors and output states (except the state for the first layer) a…
-
After setting up a conda environment with all the required dependencies, running ` d2lbook build html` fails with the error message:
```
----------------------------------------------------------…
-
## Description
Trying to install mxnet-cu101mkl with pip fails because no Pypi package matches.
### Error Message
```bash
% pip install mxnet-cu101mkl
ERROR: Could not find a version that sat…
-
I read [chapter 08](https://gluon.mxnet.io/chapter08_computer-vision/fine-tuning.html) of computer vision on gluon.mxnet.io. It told me to open this issue, since record files have not been introduced …
-
## Description
Wrong sum of an array. I've a list of floats, I created ndarray from it using numpy and mxnet and called sum routine and got different results.
### Error Message
No error just wron…
-
## Description
My code is as follows, where I used .asscalar() to compute the **step_loss** on gpu context. When I call .asscalar(), it throws exceptions. My context is mx.gpu(). I double checked …