There is no real standard size for ImageNet, as the source images are all different sizes. I believe the latest inception models use 299x299 input.
Even if you stick to the AlexNet 'default' of 256x256, there are still many ways in which you could rescale the source images to that size (different aspect ratios, cropping, offsets, etc.), so this is hard to standardize.
Sander