Hi,
I’m struggling with the implementation of crop function. I used the CenterCrop transform with the (new_shape[2], new_shape[3] → WxH) input and I apply it to the image input. But I get the error message ‘builtin_function_or_method’. Normally we can apply to a batch of tensor images.
The rest of my notebook seems correct and this blocks me.
Could you help me please ?
Thanks in advance