PyTorch Forums
`__getitem__()` does not support returning tensors with different sizes
ptrblck
April 23, 2020, 9:50am
2
You could use a custom
collate_fn
as described
here
which would work for variable shapes.
show post in topic