From ef6dc9200be30d0616e545434c1b85ab65685388 Mon Sep 17 00:00:00 2001 From: David Nabergoj Date: Sun, 29 Oct 2023 16:11:26 +0100 Subject: [PATCH] Fix example link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 113990c..7c76389 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ print(log_prob.shape) # (100,) print(x_new.shape) # (50, 3) ``` -We provide more examples [here](examples/README.md). +We provide more examples [here](examples/). ## Installing