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
When importing the orbax checkpointer, our scripts throw warnings as below:
WARNING:absl:Type handler registry overriding type "<class 'float'>" collision on scalar
WARNING:absl:Type handler registry overriding type "<class 'bytes'>" collision on scalar
WARNING:absl:Type handler registry overriding type "<class 'numpy.number'>" collision on scalar
Since these are warnings I don't think there is anything particularly bad that needs remedying but we would like to remove the warnings for our logging.
A MRE is given below:
fromorbaximportcheckpointasocpprint("Testing the OCP warnings")
Is this an issue with how the global type registry is set up? Thanks in advance.
The text was updated successfully, but these errors were encountered:
When importing the
orbax
checkpointer, our scripts throw warnings as below:Since these are warnings I don't think there is anything particularly bad that needs remedying but we would like to remove the warnings for our logging.
A MRE is given below:
Is this an issue with how the global type registry is set up? Thanks in advance.
The text was updated successfully, but these errors were encountered: