标签: python numpy pytorch tensor
如何将包含不同长度数组的数组转换为pytorch张量?例如
devX = array([ array([1,2,3,4]), array([1,2,3]) array([1,2,3,4,5]) ])