tf.contrib.checkpoint.NumpyState for saving/restoring NumPy arrays with TF checkpoints
A bit of extra infrastructure in checkpointable restore (save was already done) to support Python callbacks. The same strategy should work for any Python state, although it's confined to non-pickled NumPy arrays at the moment. PiperOrigin-RevId: 209085928
Loading
Please sign in to comment