ParameterConf.proto and attrs.py are not consistent
Created by: lzhao4ever
In proto/ParameterConf.proto, ParameterConfig has attribute initial_strategy, but does not have initial_max, initial_min.
In python/paddle/trainer_config_helpers, class ParameterAttribute has arguments initial_max, initial_min, but not initial_strategy.