apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.77k stars 6.8k forks source link

[Website] Python API References redirect to 404 (1.6.0 Release) #18897

Closed barry-jin closed 4 years ago

barry-jin commented 4 years ago

Description

Some hyperlinks of tutorials in python API/mxnet.gluon (1.6.0 Release) leads to 404, Including Gluon Guide, gluon.Parameter, gluon.Trainer, gluon.model_zoo.vision.

Error Message

404 Page

To Reproduce

Try to access these contents through master branch.

Steps to reproduce

(Paste the commands you ran that produced the error.)

1. 2.

What have you tried to solve it?

1. 2.

Environment

We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below:

curl --retry 10 -s https://raw.githubusercontent.com/dmlc/gluon-nlp/master/tools/diagnose.py | python

# paste outputs here
github-actions[bot] commented 4 years ago

Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.

leezu commented 4 years ago

cc @ys2843

ys2843 commented 4 years ago

These broken links were only fixed in master branch, need to backport to v1.6.

ys2843 commented 4 years ago

Fixed the broken links on gluon index page v1.6 website, please verify. link: https://mxnet.apache.org/versions/1.6/api/python/docs/api/gluon/index.html