config files for usbmd / keras hub compatibility
Browse files- config.json +17 -0
- metadata.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"module": "usbmd.models.taesd",
|
| 3 |
+
"class_name": "TinyAutoencoder",
|
| 4 |
+
"config": {
|
| 5 |
+
"name": "tiny_autoencoder",
|
| 6 |
+
"trainable": true,
|
| 7 |
+
"dtype": {
|
| 8 |
+
"module": "keras",
|
| 9 |
+
"class_name": "DTypePolicy",
|
| 10 |
+
"config": {
|
| 11 |
+
"name": "float32"
|
| 12 |
+
},
|
| 13 |
+
"registered_name": null
|
| 14 |
+
}
|
| 15 |
+
},
|
| 16 |
+
"registered_name": "TinyAutoencoder"
|
| 17 |
+
}
|
metadata.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"keras_version": "3.7.0",
|
| 3 |
+
"parameter_count": 0,
|
| 4 |
+
"usbmd_version": "2.1.1",
|
| 5 |
+
"date_saved": "2024-12-16@15:51:46"
|
| 6 |
+
}
|