MPL-pytorch
MPL-pytorch copied to clipboard
Why do we expand labels?
https://github.com/kekmodel/MPL-pytorch/blob/7fb5b40cd53179bf4c09ef0f916815c3272d3e9d/data.py#L138
Hey all,
I've been working my way through this implementation and cannot work out why the expand labels options exists? It seems that even if the labels aren't expanded the data loader will loop anyway.
Can anyone explain why this is needed?