From c04c06e6bcb0eba565d52541c0bd3458315902a8 Mon Sep 17 00:00:00 2001 From: Mit Kotak <53411468+mitkotak@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:16:17 -0400 Subject: [PATCH] Reran with latest torch and jax versions --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cac7f8c..b66905f 100644 --- a/README.md +++ b/README.md @@ -130,23 +130,21 @@ TODO: Need to test out on bigger datasets/models. The throughput is roughly the ```python compiling... -W0815 01:47:51.930000 140183613732416 torch/fx/experimental/symbolic_shapes.py:4449] [0/0] xindex is not in var_ranges, defaulting to unknown range. -initial accuracy = 25% -compilation took 203.1s +initial accuracy = 12% +compilation took 127.5s training... - 66%|██████████████████████████████████████████████████████████████████▋ | 132/200 [00:00<00:00, 448.17it/s] + 34%|███████████████████████████████████ | 68/200 [00:00<00:00, 797.43it/s] final accuracy = 100% -training took 0.3s +training took 0.1s ``` - e3nn-jax ```python compiling... -initial accuracy = 25% -compilation took 7.1s +initial accuracy = 12% +compilation took 5.3s training... - 15%|███████████████▎ | 30/200 [00:00<00:00, 473.85it/s] + 12%|███████████▋ | 24/200 [00:00<00:00, 436.59it/s] final accuracy = 100% -training took 0.1s ```