This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
what's the expected behavior when calling forward without an up-to-date copy of the parameter? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that MXNet now only allows starting the forward function after the pull function of the last iteration is finished.
I wonder is there a trick that can help remove this kind of solid dependency and therefore, enable an immediate forward function after the last backward function?
Beta Was this translation helpful? Give feedback.
All reactions