Fix checkpoint compatibility issues for optimizers in SavedModels
Does not yet revive fully functional optimizer objects. Right now the revived object is just a place to put slot variables which are referenced elsewhere. But at least objects which reference optimizers are now saveable and restorable, and traced functions which use the optimizer work fine. PiperOrigin-RevId: 238660860
Loading
Please sign in to comment