提交 faed4ada authored 作者: amrithasuresh's avatar amrithasuresh

Updated numpy as np

上级 1d3c5b3a
from __future__ import absolute_import, print_function, division from __future__ import absolute_import, print_function, division
import time import time
import numpy import numpy as np
import theano import theano
from theano import tensor as tt from theano import tensor as tt
...@@ -19,8 +19,8 @@ f_lazyifelse = theano.function([a, b, x, y], z_lazy) ...@@ -19,8 +19,8 @@ f_lazyifelse = theano.function([a, b, x, y], z_lazy)
val1 = 0. val1 = 0.
val2 = 1. val2 = 1.
big_mat1 = numpy.ones((10000, 1000)) big_mat1 = np.ones((10000, 1000))
big_mat2 = numpy.ones((10000, 1000)) big_mat2 = np.ones((10000, 1000))
n_times = 10 n_times = 10
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论