I have understood from this post that we need to normalize the training features and scale the test/validation features with the training data.
My training samples have fixed dimension but the dimensions of validation and test data are variable. I can apply zero mean unit variance for training data but how do I normalize the validation/test data samples?