From 74e75b1fe310984a6a4421ef5d508db4e4e0bd98 Mon Sep 17 00:00:00 2001 From: David Nabergoj Date: Sat, 21 Oct 2023 12:11:28 +0200 Subject: [PATCH] Fix typo --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 0c02e7c..9cadc02 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,7 +1,7 @@ # Examples We provide minimal working examples on how to perform various common tasks with normalizing flows. -We use Real NVP as an example, but you can replace it with any other bijections from `normalizing_flows.bijections`. +We use Real NVP as an example, but you can replace it with any other bijection from `normalizing_flows.bijections`. ## Training a normalizing flow on a fixed dataset ```python