forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lai, Weijian <laiweijian4@huawei.com> Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
2.7 KiB
2.7 KiB
Error Message "Unexpected keyword argument passed to optimizer" Displayed in Logs
Symptom
After Keras is upgraded to 2.3.0 or later, the following error message is displayed:
TypeError: Unexpected keyword argument passed to optimizer: learning_rate
Possible Causes
Certain parameters have been renamed in Keras. For details, see Keras 2.3.0.
Solution
Rename learning_rate lr.
Summary and Suggestions
Before creating a training job, use the ModelArts development environment to debug the training code to maximally eliminate errors in code migration.
Parent topic: Service Code Issues