Author: Hakan Ardo <[email protected]> Branch: extradoc Changeset: r3786:3475a72ba700 Date: 2011-06-24 10:39 +0200 http://bitbucket.org/pypy/extradoc/changeset/3475a72ba700/
Log: get latest number into the table diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -840,15 +840,15 @@ \hline conv3(1e6) & 77.15 & 9.58 & 1.69 & 0.77 & 0.74 \\ \hline -conv3x3(1000) & 236.96 & 128.88 & 0.70 & 0.41 & 0.25 \\ +conv3x3(1000) & 233.54 & 125.40 & 0.57 & 0.27 & 0.25 \\ \hline -conv3x3(3) & 23.85 & 12.77 & 0.10 & 0.07 & 0.27 \\ +conv3x3(3) & 234.45 & 126.28 & 0.60 & 0.31 & 0.28 \\ \hline conv5(1e5) & 122.54 & 16.67 & 1.86 & 1.05 & 0.65\\ \hline conv5(1e6) & 125.77 & 16.80 & 1.92 & 1.09 & 0.80 \\ \hline -dilate3x3(1000) & 23.29 & 12.99 & 0.41 & 0.39 & 0.26 \\ +dilate3x3(1000) & 232.51 & 125.85 & 3.89 & 3.69 & 0.25 \\ \hline sobel(1000) & 181.49 & 95.05 & 0.71 & 0.42 & 0.20 \\ \hline _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
