Skip to content

Commit 56a48f5

Browse files
authored
fix invalid dimensions of MLM inputs/outputs example
1 parent 43c0aaf commit 56a48f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/item_bands_expression.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"input": {
8787
"shape": [
8888
-1,
89-
13,
89+
4,
9090
64,
9191
64
9292
],
@@ -110,7 +110,7 @@
110110
"result": {
111111
"shape": [
112112
-1,
113-
10
113+
2
114114
],
115115
"dim_order": [
116116
"batch",

0 commit comments

Comments
 (0)