bartekkuncer commented on code in PR #21090: URL: https://github.com/apache/incubator-mxnet/pull/21090#discussion_r918778463
########## docs/python_docs/python/tutorials/getting-started/gluon_migration_guide.md: ########## @@ -19,9 +19,9 @@ # Gluon2.0: Migration Guide ## Overview -Since the introduction of the Gluon API in MXNet 1.x, it has superseded commonly used symbolic, module and model APIs for model development. In fact, Gluon was the first in the deep learning community to unify the flexibility of imperative programming with the performance benefits of symbolic programming, through just-in-time compilation. +Since the introduction of the Gluon API in MXNet 1.x, it has superseded commonly used symbolic, module and model APIs for model development. In fact, Gluon was the first in the deep learning community to unify the flexibility of imperative programming with the performance benefits of symbolic programming, through just-in-time compilation. -In Gluon2.0, we extend the support to MXNet numpy and numpy extension with simplified interface and new functionalities: +In Gluon2.0, we extend the support to MXNet numpy and numpy extension with simplified interface and new functionalities: Review Comment: Fixed for NumPy. NDArray is our legacy NDArray whereas ndarray written in small letters refers to NumPy's ndarray. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
