提交 280e5b72 编写于 作者: A Arnout Devos 提交者: François Chollet

typo fixed (#13230)

上级 66455371
......@@ -1108,7 +1108,7 @@ class Layer(object):
if len(params) != len(weights):
raise ValueError('You called `set_weights(weights)` on layer "' +
self.name +
'" with a weight list of length ' +
'" with a weight list of length ' +
str(len(weights)) +
', but the layer was expecting ' +
str(len(params)) +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册