From 56a48f54a7ff0c06e24482a51af6f65a6f21aa51 Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Mon, 4 Nov 2024 01:30:11 -0500 Subject: [PATCH] fix invalid dimensions of MLM inputs/outputs example --- examples/item_bands_expression.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/item_bands_expression.json b/examples/item_bands_expression.json index ea5d690..edd4a41 100644 --- a/examples/item_bands_expression.json +++ b/examples/item_bands_expression.json @@ -86,7 +86,7 @@ "input": { "shape": [ -1, - 13, + 4, 64, 64 ], @@ -110,7 +110,7 @@ "result": { "shape": [ -1, - 10 + 2 ], "dim_order": [ "batch",