Don't throw an error if a checkpointable does not has an implicit signature.
Note: - Exporting objects without signatures is a valid use case. - Exporting objects with multiple tf.functions is also a use case. - Users should be explicit about which signatures to export using the 3 arg of `tf.saved_model.save` or have exactly one tf.function which can be made into a signature. PiperOrigin-RevId: 230526504
Loading
Please sign in to comment