ShaswatRobotics commited on
Commit
b94e30c
·
verified ·
1 Parent(s): 425a14d

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": "module",
25
  "source": {
26
- "object_ref": "transition_concat_saved_model"
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
  {