When is_static=True and no pre-training parameters provided, no error occurs.
Created by: lcy-seso
Please use this PR https://github.com/PaddlePaddle/models/pull/34/files as an example, in which, some parameters are set is_static=True
and no pre-training parameters are provided, but it still can run. This is not reasonable and some bugs may happen.
I suspect whether is_static=True
is enable, and whether these static parameters are updated during training?