Why does nnx.Rngs allow default to be none? #5137
Unanswered
Melody-coder923
asked this question in
Q&A
Replies: 1 comment
-
|
@Melody-coder923 thanks for the question. I'll ask other team members as I'm not totally sure why |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
nnx.Rngs()is allowed anddefaultparam defaults toNonebut is this actually ever valid? Because most modules try to get stream forparamsor atleast a stream. if its None, no stream is created. Function signature shows default can beNone. I am curious. Does it make sense to add warning or not allow default=None.?Function signature
Beta Was this translation helpful? Give feedback.
All reactions