Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
ThijsVan
/
MyRepo
like
0
Image Classification
Keras
English
arxiv:
1910.09700
Model card
Files
Files and versions
xet
Community
Use this model
main
MyRepo
/
main.py
thijs
Add main.py
f32c311
9 months ago
raw
Copy download link
history
blame
contribute
delete
124 Bytes
import
os
os.environ[
"KERAS_BACKEND"
] =
"tensorflow"
import
keras
model = keras.saving.load_model(
"hf://ThijsVan/MyRepo"
)