-
## Description
In some cases `broadcast_add` and `+` give different results. This issue seems to be new in 1.6.
## To Reproduce
The following network gives the wrong outputs when hybridizing a…
-
## Description
I install anaconda and create two venvs: mxnet-cu102 and mxnet-cu102mkl.
with mxnet-cu102mkl, code in reproduce fail, but ok in mxnet-cu102
### Error Message
```
Traceback (most …
-
## Description
When a non-positive definite matrix is provided, Cholesky factorization crashes on MXNet 1.6.0 on Linux, instead of raising an exception like it does on macOS.
It's working fine on…
-
When I used slowfast to train my own dataset, I found that the computer's memory usage increased with time. Is this normal? Looking forward for your reply.
-
## Description
`v0.9.0.post0` of `gluonnlp` throws an error during import
### Error Message
```shell
/usr/local/lib/python3.6/dist-packages/gluonnlp/__init__.py in ()
23
24 from . i…
-
Trong bản tiếng Anh, code để tạo các file html, tex và pdf từ file mds được thực hiện thông qua https://github.com/d2l-ai/d2l-book.
Tuy nhiên, vì mình cần phải chỉnh sửa một vài phần cho phù hợp vớ…
-
## Description
This is a really weird issue, which causes the `SoftReLU` activation function to overflow on even fairly small input values. This issue only happens, when the activation function is ex…
-
## Description
I install mxnet-cu100 with pip, and simply test with code
```
import mxnet as mx
mx.nd.ones((2,3), mx.gpu())
```
and it reports the following error.
### Error Message
```
Seg…
yqNLP updated
4 years ago
-
## Description
Ubuntu16.04 Build from source using Cmake issue
### Error Message
```
Error: could not load cache
```
## To Reproduce
### Steps to reproduce
1. sudo apt-get update
1. sud…
-
When I follow the example in Chapter 2.4 Calculus, the first block can not be executed.
```python
%matplotlib inline
import d2l
from IPython import display
from mxnet import np, npx
npx.set_np…
calpa updated
4 years ago