Error in checking parameter existence
Created by: pengli09
PaddlePaddle fails to detect the error when there are static parameters (is_static=True
) but init_model_path
is not set. PaddlePaddle should report the error and exit, but it simply initializes the parameters silently and continues the training process.