This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Support None as input in forward and hybrid_forward? #13247
Labels
Comments
@mxnet-label-bot add [Feature Request, Python, Gluon] |
@zachgk Thanks! I should also mention that None output type should also be similarly allowed for completeness. Will edit the original feature request. |
Thank you for the suggestion @yifeim. We welcome contributions, so feel free to try making these changes yourself if you want to get involved |
Thanks for the offers, but I don’t think I need to fix it in a hurry, because I have my workaround. Mxnet for me still seems to have large amount of obvious hacks or bugs, understandably. Nonetheless, I like the better side of mxnet. I appreciate that you feel this is an sensible suggestion and an obvious thing to do. Will revisit later. |
6 tasks
@yifeim Currently, only supports None as the input. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
(Hybrid) forward supports
None
as defaults, but not as inputs. I was wondering if there are any fundamental reasons whyNone
cannot be taken as input - if the pattern is consistent and I do not change the computation graph? Similarly,None
in the output should also be allowed.Environment info (Required)
Package used (Python/R/Scala/Julia):
Python
Error Message:
Minimum reproducible example
Steps to reproduce
What have you tried to solve it?
The text was updated successfully, but these errors were encountered: