Skip to content

Commit d63eea7

Browse files
committed
Set the new faster timming as the new expected timming.
1 parent e2fd3c8 commit d63eea7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

code/test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ def speed():
6565
# an i7-920 @ 2.67GHz with hyperthread enabled for the cpu
6666
# and an GeForce GTX 285 for the GPU.
6767

68-
expected_times_64 = numpy.asarray([10.7, 23.7, 84.8, 74.9, 124.6,
69-
384.9, 414.6, 558.1])
70-
expected_times_32 = numpy.asarray([9.8, 25.1, 56.7, 66.5, 85.4,
71-
211.0, 245.7, 432.8])
68+
expected_times_64 = numpy.asarray([10.7, 23.7, 78.1, 74.9, 116.4,
69+
346.9, 381.9, 558.1])
70+
expected_times_32 = numpy.asarray([9.8, 25.1, 47.2, 66.5, 71.7,
71+
191.2, 226.8, 432.8])
7272
# Number with just 1 decimal are new value that are faster with
7373
# the Theano version 0.5rc2 Other number are older. They are not
7474
# updated, as we where faster in the past!

0 commit comments

Comments
 (0)