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.73k stars 6.81k forks source link

Incorrect images in documentation #19583

Open mmarcinkiewicz opened 3 years ago

mmarcinkiewicz commented 3 years ago

Description

The same image (cosine) is used to show the different options for the Learning Rate Decay.

Error Message

none

To Reproduce


Steps to reproduce

https://mxnet.apache.org/versions/1.7.0/api/python/docs/tutorials/packages/gluon/training/learning_rates/learning_rate_schedules.html

What have you tried to solve it?


Environment


![image](https://user-images.githubusercontent.com/43240942/100139167-5834fa00-2e8f-11eb-8673-eebc608f0953.png)
mmarcinkiewicz commented 3 years ago

The image is not being shown image

github-actions[bot] commented 3 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.

bkmgit commented 1 year ago

The images are correct in the version available at https://github.com/apache/incubator-mxnet/blob/v1.7.x/docs/python_docs/python/tutorials/packages/gluon/training/learning_rates/learning_rate_schedules.md but not on the deployed site https://mxnet.apache.org/versions/1.7.0/api/python/docs/tutorials/packages/gluon/training/learning_rates/learning_rate_schedules.html maybe the site needs to be re-generated?