提交 1ddf0f28 authored 作者: George Ho's avatar George Ho

Replace theano.compat.ValuesView with collections.abc.ValuesView

上级 9e4df020
...@@ -6,7 +6,7 @@ from six.moves import StringIO ...@@ -6,7 +6,7 @@ from six.moves import StringIO
import theano import theano
import theano.tensor as tt import theano.tensor as tt
from theano import config from theano import config
from theano.compat import ValuesView from collections.abc import ValuesView
from theano.compile.mode import Mode, get_mode from theano.compile.mode import Mode, get_mode
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论