From a5ee870f51cbe71921166fb6466a12f1382e670e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Wed, 24 May 2023 17:32:02 +0200 Subject: [PATCH] Update. --- eingather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eingather.py b/eingather.py index 588aacb..e73e63f 100755 --- a/eingather.py +++ b/eingather.py @@ -47,7 +47,7 @@ src = torch.rand(3, 5, 7, 11) index1 = torch.randint(src.size(2), (src.size(3), src.size(1), src.size(3))) index2 = torch.randint(src.size(3), (src.size(1),)) -# I want result[a, c, e] = src[c, a, index1[e, a, e], index2[a], e] +# I want result[a, c, e] = src[c, a, index1[e, a, e], index2[a]] result = eingather("ca(eae)(a) -> ace", src, index1, index2) -- 2.20.1