Make tfe.Metrics Checkpointable
Same principle as Layers: use add_variable to add a dependency on any variables created. I've ignored the global/local distinction, since it makes more sense for users to control saving by either adding a dependency on the Metric or not. PiperOrigin-RevId: 187658433
Loading
Please sign in to comment