This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Export mxnet network in training mode #21066
Unanswered
AminAnsarian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I have a network which behaves differently (different number of outputs) during training and prediction (when autograd.is_training() is true and false). By default, mxnet.export exports the model in prediction mode and assumes autograd.is_training() to be false. Does anybody know if it is possible to export the network in training mode as well?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions