From af2bb22bc44efc34975a1c7926801615533a4cc4 Mon Sep 17 00:00:00 2001 From: rafaelorozco Date: Tue, 9 Jul 2024 13:24:13 -0400 Subject: [PATCH] simple change readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 885734fa..a5c97759 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ InvertibleNetworks is registered and can be added like any standard Julia packag ## Uncertainty-aware image reconstruction -Due to its memory scaling InvertibleNetworks.jl, has been particularily successful at Bayesian posterior sampling with simulation-based inference. To get started with this application refer to a simple example ([Conditional sampling for MNSIT inpainting](https://github.com/slimgroup/InvertibleNetworks.jl/tree/master/examples/applications/conditional_sampling/amortized_glow_mnist_inpainting.jl)) but feel free to modify this script for your application and please reach out to us if you run into any trouble. +Due to its memory scaling InvertibleNetworks.jl, has been particularily successful at Bayesian posterior sampling with simulation-based inference. To get started with this application refer to a simple example ([Conditional sampling for MNSIT inpainting](https://github.com/slimgroup/InvertibleNetworks.jl/tree/master/examples/applications/conditional_sampling/amortized_glow_mnist_inpainting.jl)) but feel free to modify this script for your application and please reach out to us for help. ![mnist_sampling_cond](docs/src/figures/mnist_sampling_cond.png)