dmlc / dmlc/mxnet-notebooks

AttributeError: 'module' object has no attribute 'sum_axis'

Open
#10 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
606
Forks
315
PR merge metrics
No merged PRs in 30d

Description

Notebooks data.ipynb and matrix_factorization.ipynb are populated with
```python
mx.sym.sum_axis()
```
which raises the attribute error.

Guess should be
```python
mx.sym.sum()
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.