Statically and dynamically inspect tool for TensorFlow models.
470
tfmodel is the command-line tool to inspect TensorFlow models for statically and dynamically metrics.
Read more documentation in https://tfmodel.readthedocs.io.
Install with pip.
pip install tensorflow-model
Install with docker.
docker run -it -v /:/host tobegit3hub/tfmodel bash
Install from source.
git clone https://github.com/tobegit3hub/tfmodel
cd ./tfmodel
python ./setup.py install
User can validate the model to check if is the deployable TensorFlow SavedModel.
tfmodel validate ./model

User can inspect the model to check the signature before deploying.
tfmodel inspect ./model

User can run benchmark locally and get the performance report with only model files.
tfmodel benchmark ./model

User can export the TensorBoard event files without re-training the models.
tfmodel tensorboard ./model

Content type
Image
Digest
Size
560.7 MB
Last updated
almost 8 years ago
docker pull tobegit3hub/tfmodel