From f9b6510c38e855e00bb6a8ae7b51423c940d1b39 Mon Sep 17 00:00:00 2001 From: m Date: Sat, 11 May 2024 16:36:29 +0000 Subject: [PATCH] compiled results in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b59d40d..b89fbfd 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ We currently only have 1 benchmark, we are working to expand the benchmarks. Ope Time measurement is currently the best of 3 runs. -| benchmark | recursive | container |A100-SXM4-40GB | H100-SXM5-80GB | +| benchmark | classification | container |A100-SXM4-40GB | H100-SXM5-80GB | |---------------|-|-|----------------|----------------| -| BasicTerm_ME 100 Million | Yes | [link](https://hub.docker.com/repository/docker/actuarial/basicterm_me_pytorch/general) | 15.8194s | 7.1820s | +| BasicTerm_ME 100 Million | recursive PyTorch | [link](https://hub.docker.com/repository/docker/actuarial/basicterm_me_python/general) | 15.8284s | 7.205s | +| BasicTerm_ME 100 Million | compiled iterative JAX | [link](https://hub.docker.com/repository/docker/actuarial/basicterm_me_python/general) | 3.448s | 1.551s | ### Notes