How to get transformers to return non-square imgs

Specifically, how do I get below line of code to accept sz param such that the width and height can differ ?


tfms_from_model(arch, sz, aug_tfms=transforms_side_on, max_zoom=1.1)