The center cropping raises currently an Exception with Tensorflow backend and CNN transformations activated. https://github.com/ViCCo-Group/THINGSvision/blob/master/thingsvision/model_class.py#L317 ``` The crop width 224 should not be greater than input width. Condition x >= 0 did not hold element-wise: x (shape=() dtype=int32) = -221 ```