Dataloader custom collate for different input sizes ...
https://discuss.pytorch.org/t/dataloader-custom-collate-for-different...01.04.2020 · Hello, I’m a fairly new Pytorch user and wondering if anyone could help me with this problem associated with Dataloader. Here’s a screenshot of my dataframe, inputs are values from ‘y+, index, Re_tau, DU_DY, Y’ column. Every point in this dataframe, DU_DY & Y always have the same size. However, for different Re_tau values, the size for DU_DY are different (hence, so is …
Dataloader custom collate for different input sizes - PyTorch ...
discuss.pytorch.org › t › dataloader-custom-collateApr 01, 2020 · Hello, I’m a fairly new Pytorch user and wondering if anyone could help me with this problem associated with Dataloader. Here’s a screenshot of my dataframe, inputs are values from ‘y+, index, Re_tau, DU_DY, Y’ column. Every point in this dataframe, DU_DY & Y always have the same size. However, for different Re_tau values, the size for DU_DY are different (hence, so is the size for Y ...