MoyanZitto / keras-cn

Chinese keras documents with more examples, explanations and tips.
1.57k stars 280 forks source link

Sequence model guides the bug on the example #144

Open Kiteflyingee opened 5 years ago

Kiteflyingee commented 5 years ago

1

这行代码有bug,这里的units=784应该改为input_shape=(784,)官方文档没有这个bug,希望修复。

This line of code has a bug, where units=784 should be changed to input_shape=(784,) The official documentation does not have this bug .Hoping to fix the bug!