Skip to content

Commit 98c54cf

Browse files
committed
Adding more information for Table 2.
1 parent 4fcdeb2 commit 98c54cf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,13 @@ Batch sizes: [64, 128, 256, 512, 1024]
274274
array([0.03493173, 0.07299326, 0.18554626, 0.26609895, 0.55678135], dtype=float32))
275275
```
276276

277-
The "columns" of the print out match to the batch size: first array returned by the print out is the row of mean timings over several runs, the second row is the standard deviation of timings over those runs.
277+
which we used to produce Table 1:
278+
279+
![table_1](table_1.png)
280+
281+
The "columns" of the print out match to the batch size column: the first array returned by the print out is the row of mean timings over several runs, the second row is the standard deviation of timings over those runs.
282+
283+
For `GenJAX VI timings`, we take the first row and map that to the $Ours$ column in Table 1. For `Handcoded timings`, we take the first row and map that to the $Hand coded$ column in Table 1.
278284

279285
#### Table 2
280286

table_1.png

48.4 KB
Loading

0 commit comments

Comments
 (0)