未验证 提交 d2bd7c18 编写于 作者: A Aurelius84 提交者: GitHub

[Eager]Fix VarWrapper isintance type problem (#1085)

* [Eager]Support dygraph2program for Eager Mode without program_desc_tracing

* [Eager]Fix VarWrapper isintance type problem
Co-authored-by: Nwhs <wanghaoshuang@baidu.com>
上级 e19de504
......@@ -37,7 +37,7 @@ OPTIMIZER_OPS = [
class VarWrapper(object):
def __init__(self, var, graph):
assert isinstance(var, Variable)
assert isinstance(var, (Variable, Parameter))
assert isinstance(graph, GraphWrapper)
self._var = var
self._graph = graph
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册