Reporting non-existent arguments
Created by: emailweixu
In /python/paddle/v2/framework/test/test_parameter.py, argument initialize_attr is passed to create_parameter. However, this parameter is not used anywhere.
More generally, there are many functions in our code where **kwargs is used. We need to have consistent way of handling unknown arguments so that errors such as misspelling can be detected.