From 782ce4996cd3eafe447f5e6019737f279af23cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20BREDIN?= Date: Thu, 26 Oct 2023 14:09:23 +0200 Subject: [PATCH] Fix link to reproducibility section (#191) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d31bc6d..f9d87b91 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ inference.attach_observers(RTTMWriter(mic.uri, "/output/file.rttm")) prediction = inference() ``` -For inference and evaluation on a dataset we recommend to use `Benchmark` (see notes on [reproducibility](#reproducibility)). +For inference and evaluation on a dataset we recommend to use `Benchmark` (see notes on [reproducibility](#-reproducibility)). ## 🤖 Add your model