How to process variable length sequence of images with CNN

No, please disregard my comment about the .data attribute in this thread.
I wanted to warn against using the tensor.data attribute directly, as its usage is deprecated and could break things. However, the PackedSequence apparently also has a .data attribute (I wish the name would be different :stuck_out_tongue: ), which is fine to access.

1 Like