提交 d64f63d0 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

missing imports

上级 cb084f7f
...@@ -42,7 +42,7 @@ __copyright__ = "(c) 2010, Universite de Montreal" ...@@ -42,7 +42,7 @@ __copyright__ = "(c) 2010, Universite de Montreal"
__contact__ = "Razvan Pascanu <r.pascanu@gmail>" __contact__ = "Razvan Pascanu <r.pascanu@gmail>"
import itertools from itertools import izip
import logging import logging
import numpy import numpy
...@@ -54,6 +54,8 @@ from theano import tensor ...@@ -54,6 +54,8 @@ from theano import tensor
from theano import config from theano import config
from theano.updates import Updates from theano.updates import Updates
from theano.scalar.sharedvar import shared as scalar_shared from theano.scalar.sharedvar import shared as scalar_shared
from theano.compile.pfunc import rebuild_collect_shared
import theano
import scan_op import scan_op
import scan_utils import scan_utils
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论