Update ant/weights_tensorflow_signatures/config.json
Browse files
ant/weights_tensorflow_signatures/config.json
CHANGED
|
@@ -21,12 +21,13 @@
|
|
| 21 |
{
|
| 22 |
"name": "dynamics",
|
| 23 |
"framework": null,
|
| 24 |
-
"format": "
|
| 25 |
"source": {
|
| 26 |
-
"
|
| 27 |
},
|
| 28 |
"signature": {
|
| 29 |
-
"inputs": ["z", "a"]
|
|
|
|
| 30 |
}
|
| 31 |
},
|
| 32 |
{
|
|
|
|
| 21 |
{
|
| 22 |
"name": "dynamics",
|
| 23 |
"framework": null,
|
| 24 |
+
"format": "saved_model",
|
| 25 |
"source": {
|
| 26 |
+
"path": "transition_positional.pb"
|
| 27 |
},
|
| 28 |
"signature": {
|
| 29 |
+
"inputs": ["z", "a"],
|
| 30 |
+
"call_mode": "positional"
|
| 31 |
}
|
| 32 |
},
|
| 33 |
{
|