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

[BUG] [TUTORIAL]Mxnet2.0 crashcourse was not reflecting on website #19467

Closed vidyaravipati closed 3 years ago

vidyaravipati commented 3 years ago

Description

(A clear and concise description of what the bug is.) The new crash course material which is merged as part of PR is not being reflected on the website

Error Message

(Paste the complete error message. Please also include stack trace by setting environment variable DMLC_LOG_STACK_TRACE_DEPTH=100 before running your script.) Crash course website(https://mxnet.apache.org/versions/1.6/api/python/docs/tutorials/getting-started/crash-course/index.html) still not showing the latest crash course material

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.

Zha0q1 commented 3 years ago

There was a minor git identity issue in our publish pipeline. It should be resolved now. https://mxnet.apache.org/versions/master/api/python/docs/tutorials/getting-started/crash-course/index.html

leezu commented 3 years ago

Thank you @Zha0q1!