Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

mxnet 2.0 / gluon questions #19109

Answered by szha
feevos asked this question in Q&A
Sep 10, 2020 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @feevos,

Thanks for asking these questions. It helps us identify gaps in our communication.

  1. How will hybridization work in the new mxnet?

The preferred way of hybridization will be with the def forward(self, x, ...) signature without implicit parameter passing. The hybridization will work by tracing the NDArrays directly without using the placeholder F for python-side tracing. This enables more expressiveness in the models that can be hybridized.

  1. I think there is a depreciation of the self.name_scope()

Deprecation only happens in 2.0 though it's not necessary anymore in later versions of 1.x. User code with name_scope() will continue to work on v1.x versions.

Once we get the we…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@feevos
Comment options

Answer selected by feevos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants