"docs/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "aaee8ff1f75941dd2be82a180826a052965ce84c"
Commit 34ac2ab4 authored by Da Zheng's avatar Da Zheng Committed by VoVAllen
Browse files

[Fix] Fix MXNet install doc (#732)

parent 86f28d65
...@@ -104,19 +104,17 @@ The backend is controlled by ``DGLBACKEND`` environment variable, which defaults ...@@ -104,19 +104,17 @@ The backend is controlled by ``DGLBACKEND`` environment variable, which defaults
| pytorch | PyTorch | Requires 0.4.1 or later; see | | pytorch | PyTorch | Requires 0.4.1 or later; see |
| | | `official website <https://pytorch.org>`_ | | | | `official website <https://pytorch.org>`_ |
+---------+---------+--------------------------------------------------+ +---------+---------+--------------------------------------------------+
| mxnet | MXNet | Requires MXNet 1.5; since MXNet 1.5 isn't | | mxnet | MXNet | Requires MXNet 1.5 |
| | | officially released, please run the following |
| | | command to install the MXNet nightly build: |
| | | | | | | |
| | | .. code:: bash | | | | .. code:: bash |
| | | | | | | |
| | | pip install mxnet==1.5.0b20190705 | | | | pip install mxnet |
| | | | | | | |
| | | or cuda version (e.g. for cuda 9.0) | | | | or cuda version (e.g. for cuda 9.0) |
| | | | | | | |
| | | .. code:: bash | | | | .. code:: bash |
| | | | | | | |
| | | pip install mxnet-cu90==1.5.0b20190605 | | | | pip install mxnet-cu90 |
| | | | | | | |
+---------+---------+--------------------------------------------------+ +---------+---------+--------------------------------------------------+
| numpy | NumPy | Does not support gradient computation | | numpy | NumPy | Does not support gradient computation |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment