Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"module": "keras_hub.src.models.
|
| 3 |
-
"class_name": "
|
| 4 |
"config": {
|
| 5 |
-
"name": "
|
| 6 |
"trainable": true,
|
| 7 |
"vocabulary_size": 262144,
|
| 8 |
"image_size": null,
|
|
@@ -26,5 +26,5 @@
|
|
| 26 |
"layer_norm_epsilon": 1e-06,
|
| 27 |
"dropout": 0
|
| 28 |
},
|
| 29 |
-
"registered_name": "keras_hub>
|
| 30 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"module": "keras_hub.src.models.cygnis.cygnisa3_backbone",
|
| 3 |
+
"class_name": "cygnisa3Backbone",
|
| 4 |
"config": {
|
| 5 |
+
"name": "cygnisa3_backbone",
|
| 6 |
"trainable": true,
|
| 7 |
"vocabulary_size": 262144,
|
| 8 |
"image_size": null,
|
|
|
|
| 26 |
"layer_norm_epsilon": 1e-06,
|
| 27 |
"dropout": 0
|
| 28 |
},
|
| 29 |
+
"registered_name": "keras_hub>cygnisa3Backbone"
|
| 30 |
}
|