提交 fe58ada7 authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #3850 from dmitriy-serdyuk/dunction-dump-doc

Fix typo in function_dump doc
......@@ -52,7 +52,7 @@ def function_dump(filename, inputs, outputs=None, mode=None, updates=None,
Note:
The parameter extra_tag_to_remove, is passed to the StripPickler used.
To pickle graph made by Blocks, it must be:
['annotations', 'replacement_of', 'aggregation_scheme', 'rolesc']
['annotations', 'replacement_of', 'aggregation_scheme', 'roles']
"""
assert isinstance(filename, string_types)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论