From fbc6e7370706a109633926f3f80895df06aa3f82 Mon Sep 17 00:00:00 2001 From: Steven Braun Date: Mon, 11 Nov 2024 14:28:18 +0100 Subject: [PATCH] docs: remove outdated benchmark information --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a6a1591..ea95d9d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ This repository contains code for my personal EinsumNetworks implementation. -For a speed benchmark comparison against the official [EinsumNetworks](https://github.com/cambridge-mlg/EinsumNetworks) implementation, check out [benchmark.md](./benchmark/benchmark.md) (TLDR: simple-einet is faster in all dimensions except the input-channel size in which it scales similar to the official EinsumNetworks implementation). - ## Notebooks The `notebooks` directory contains Jupyter notebooks that demonstrate the usage of this library.