Results 342 comments of François Chollet

> Lint / Check the code format (pull_request) Failing after 2m — Check the code format Please fix code formatting.

> This branch cannot be rebased due to conflicts Please resolve this.

> Lint / Check the code format (pull_request) Please run `black` as well.

You should push the changes made by black. The code in the PR should pass the black lint check.

> This branch cannot be rebased due to conflicts Please rebase.

> This branch cannot be rebased due to conflicts The black check passed! But you still need to rebase.

> This branch has conflicts that must be resolved Please rebase to fix conflict.

> I ran all the unit tests in keras/engine, however I couldn't find a good way and an example for the test to write for this functionality. I would appreciate...

> This branch cannot be rebased due to conflicts Please rebase. If you run into you can just create a new PR from a new fork.

Thanks for the PR! I suspect that the reason we have different logic in Layer and Model is to preserve weight ordering backwards compatibility. How does this change impact weight...