Workarounds for circular imports between tf.keras and checkpointable utilities
Moves some code around so that tensorflow/python/training/checkpointable/data_structures.py does not import anything from tf.keras. This will let me use it from Network without creating a circular dependency. PiperOrigin-RevId: 202018656
Loading
Please sign in to comment