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

excellent website page "Symbolic Configuration and Execution in Pictures" missing #16441

Open michaelkr opened 4 years ago

michaelkr commented 4 years ago

It used to be located here:

https://mxnet.incubator.apache.org/api/python/symbol_in_pictures/symbol_in_pictures.html

I can't seem to find in anywhere. I know there is a big site update going on, I just wanted to alert you that this was a particularly good page!

mxnet-label-bot commented 4 years ago

Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended label(s): Doc

michaelkr commented 4 years ago

@mxnet-label-bot would love to add the label "Website". But there does not seem to be a clear way to do that in this interface. Maybe there is markup for it? 8/

ThomasDelteil commented 4 years ago

Thanks we'll add it back. We have purposefully removed some Module and Symbol API tutorials to favor the usage of Gluon. It would be good to understand your use case for using Symbol over Gluon?

michaelkr commented 4 years ago

I'm training a network in the python environment - so gluon is fine there - but delivering it in c++. In order to understand how the c++ side works - which is through the graph interface - this document was helpful. Thanks!