Update config.yaml
Browse files- config.yaml +4 -2
config.yaml
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
configs:
|
2 |
-
input_shape: [96,
|
3 |
-
output_shape: [
|
|
|
|
|
|
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"]
|