Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"module": "zea.models.hvae",
|
| 3 |
-
"class_name": "
|
| 4 |
"config": {
|
| 5 |
"name": "hvae",
|
| 6 |
"trainable": false,
|
|
@@ -13,5 +13,5 @@
|
|
| 13 |
"registered_name": null
|
| 14 |
}
|
| 15 |
},
|
| 16 |
-
"registered_name": "
|
| 17 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"module": "zea.models.hvae",
|
| 3 |
+
"class_name": "HierarchicalVAE",
|
| 4 |
"config": {
|
| 5 |
"name": "hvae",
|
| 6 |
"trainable": false,
|
|
|
|
| 13 |
"registered_name": null
|
| 14 |
}
|
| 15 |
},
|
| 16 |
+
"registered_name": "HierarchicalVAE"
|
| 17 |
}
|