How to normalize the input when solving ODE system by NeuralPDE

For training data by the neural network in machine learning, the data should be normalized before using the neural network to train.
So do we have any function to normalize (scale) the input before training and solving by NeuralPDE?

Not automatically. One can use the normalization layers in the machine learning libraries though.