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
Thanks for the excellent issue report @rceballos98. I suspect that the issue is in container.py which deals with different types. Is this only a problem for your type checking or there are issues beyond just checking?
It seems
checkpoint_wrapper
deconstructs NamedTuple into just a Tuple. This makes it difficult to do type checks for interfaces between models.Here is a sample test to reproduce:
Here is the output:
The text was updated successfully, but these errors were encountered: