i have tensors of size [336,261] generated in for loop for 10 iterations, i want them to be stored as out=[10,336,261]. what is the possible way to do this?
Right now i am storing it in list but when i have been unable to convert the list in a tensor module. any suggestions or help?