Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Narsil
/
pet-segmentation
like
10
Image Segmentation
google-tensorflow
TensorFlow
generic
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
2
refs/pr/1
pet-segmentation
/
utils
/
h5_to_saved_pb.py
kongkip
added saved_model to allow loading from with huggingface hub pretrained models
be719e5
over 3 years ago
raw
Copy download link
history
blame
108 Bytes
import
tensorflow
as
tf
model = tf.keras.models.load_model(
"tf_model.h5"
)
tf.saved_model.save(model,
""
)