@beann You can also make your custom collate function for making a batch of variable sizes.
see this How to create a dataloader with variable-size input
And then you can use adaptive pooling inside the model.
@beann You can also make your custom collate function for making a batch of variable sizes.
see this How to create a dataloader with variable-size input
And then you can use adaptive pooling inside the model.