提交 abd02940 编写于 作者: B brge17 提交者: François Chollet

Remove Sequential.model deprecation warning (#10256)

* Remove Sequential.model deprecation warning

* Remove dead line of code
上级 2eed2a5d
......@@ -61,7 +61,6 @@ def model_to_dot(model,
if isinstance(model, Sequential):
if not model.built:
model.build()
model = model.model
layers = model.layers
# Create graph nodes.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册