What's the range of the input value desired to use pretrained resnet152 and vgg19?

If I am trying to train my own model from scratch (not vgg or resnet), do I still need to normalize the rgb pixels to [0,1]? Or just [0,255] like in torch