> For the complete documentation index, see [llms.txt](https://blog.cweihang.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.cweihang.io/ml/kit/keras.md).

# Keras踩坑手记

* 方法一：<https://github.com/keras-team/keras/issues/5920> ，具体看zc813的回答，这是目前比较可行的做法，
* 方法二：使用社区实现的keras分支：<https://github.com/nagash91/keras/tree/keras-lrmult-implementation>
