Instructions to use VanKee/ArtificialFaceGeneratorModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use VanKee/ArtificialFaceGeneratorModel with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://VanKee/ArtificialFaceGeneratorModel") - Notebooks
- Google Colab
- Kaggle
Update best_mobilenet_finetuned.keras
Browse files
best_mobilenet_finetuned.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36166f2cfd554643e9b6418122e187327f42ced1187054704267e628d7248079
|
| 3 |
+
size 6596450
|