More updates to timm image processor, kwarg handling
* default to train input size (less surprising)
* add properties to mimic .size .crop_size .image_mean .image_std attributes in many Transformers image preproc (works with autotrain now)
* try to make key check / inspect code more clear