Create config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"keras_version": "3.0.0",
|
| 3 |
+
"backend": "tensorflow",
|
| 4 |
+
"model_name": "hybrid_xception_effnet",
|
| 5 |
+
"format": "keras"
|
| 6 |
+
}
|