Use functional_saver to write SaverDefs in tf.saved_model.save
Replaces the restore() code with tf.train.Saver's bulk restore logic, which was its default. I only noticed because apparently the other path fails on some saveables, and the restore code gets more thoroughly tested via to_proto. PiperOrigin-RevId: 226077043
Loading
Please sign in to comment