Making LookupInterface subclass TrackableResource. This is the first step to...
Making LookupInterface subclass TrackableResource. This is the first step to making tables saveable and loadable from checkpoints in TF 2.0. Currently we collect / track tables using the TABLES_INITIALIZERS collection. Since collections are going away in TF 2.0, we want to use the Checkpointable objects tracking mechanism to track resources such as tables. PiperOrigin-RevId: 219841418
Loading
Please sign in to comment