Hello, I'm trying to do a concat of 3 tensors using MultiK but the third gets added as zeros 🤔.
I'm probably doing something wrong here, any pointers is appreciated.
Thanks!
i
Ilya Muradyan
12/22/2021, 4:43 PM
@Pavel Gorgulov
p
Pavel Gorgulov
12/22/2021, 6:39 PM
It looks like a bug, I’ll check it and fix it.
To concatenate three or more arrays, use this method:
Copy code
<http://c1.cat|c1.cat>(listOf(c2, c3), axis = 1)
It works
a
Alexandre Brown
12/22/2021, 6:40 PM
Thanks @Pavel Gorgulov, I will use your suggestion.