Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Syahhh01
/
Stunting_model
like
0
TF-Keras
License:
unknown
Model card
Files
Files and versions
xet
Community
Use this model
main
Stunting_model
/
Model_DenseNet
/
model.py
Syahhh01
Create model.py
6fbe7fe
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
99 Bytes
import
tensorflow
as
tf
# Load model ketika file di-import
model = tf.keras.models.load_model(
'.'
)