You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Report
I get the following error when I add **init_kwargs to the first overloaded function signature. If I remove it (but keep **init_kwargs in all of the other function signatures), there's no error.
flax/linen/module.py:1664: error: Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader [misc]
flax/linen/module.py:1675: error: Overloaded function signature 3 will never be matched: signature 1's parameter type(s) are the same or broader [misc]
flax/linen/module.py:1686: error: Overloaded function signature 4 will never be matched: signature 1's parameter type(s) are the same or broader [misc]
Bug Report
I get the following error when I add
**init_kwargs
to the first overloaded function signature. If I remove it (but keep**init_kwargs
in all of the other function signatures), there's no error.To Reproduce
Expected Behavior
Actual Behavior
Your Environment
The text was updated successfully, but these errors were encountered: