I have an integer Array a=[1,2,3,4] and a floating Array b=[0.5, 0.671, 0.875, 1.5]. When I try to concatenate with cat(dims=2,a,b), I obtain what I want, but the integer numbers are now floating numbers:
Thank you for the quick answer The concatenated Array is not big, so I Think it can do the trick I will test if the steps that need that Array aren’t affected!