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
Currently BaseConfig has a to_dict() method but it does not implement any serialization / deserialization support. We can add save() and load() methods to it in order to save config together with Orbax checkpoint in BaseModel.
Currently
BaseConfighas ato_dict()method but it does not implement any serialization / deserialization support. We can addsave()andload()methods to it in order to save config together with Orbax checkpoint inBaseModel.