Inspect saved model format on Web

Hi, everyone.

I would like to share my small project. I recently built a website to inspect saved_model.pb files. Specifically, this website deserializes the selected saved_model.pb file and shows exported Keras objects(with metadata), signature defs, and serialized concrete functions.

It can be used when you want to know whether the model was serialized properly, or how some arbitrary model has consisted.

GitHub: https://github.com/jeongukjae/saved-model-inspector
Website: https://jeongukjae.github.io/saved-model-inspector/

Example Image:



3 Likes