Create a save_model and load_model util to support saving keras.Model to/from...
Create a save_model and load_model util to support saving keras.Model to/from checkpoint. Currently, the model topology is still loaded from json (placed under saved_model/assets). Later, we will load from saved_model.pb. PiperOrigin-RevId: 206412614
Loading
Please sign in to comment