Update config.yaml
Browse files- config.yaml +2 -0
config.yaml
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
configs:
|
2 |
input_shape: [96, 7]
|
3 |
output_shape: [48, 7]
|
|
|
|
|
|
1 |
configs:
|
2 |
input_shape: [96, 7]
|
3 |
output_shape: [48, 7]
|
4 |
+
input_type: ["float32", "float32","float32","float32","float32","float32","float32"]
|
5 |
+
output_type: ["float32", "float32","float32","float32","float32","float32","float32"]
|