Skip to content

Commit

Permalink
Drop unmaintained disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-rozet committed Dec 17, 2023
1 parent 1b62c29 commit c04675a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/source/normalizing_flows_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"This tutorial introduces Pyro's built-in normalizing flows. It is independent of most of Pyro, but users may want to read about distribution shapes in the [Tensor Shapes Tutorial](http://pyro.ai/examples/tensor_shapes.html).\n",
"\n",
"> The development of Pyro's built-in flows has stopped in favor of external libraries, such as [Zuko](https://github.com/probabilists/zuko), [nflows](https://github.com/bayesiains/nflows), [normflows](https://github.com/VincentStimper/normalizing-flows) or [FlowTorch](https://github.com/stefanwebb/flowtorch). Some of these libraries may no longer be actively maintained or may have interfaces that are not directly compatible with Pyro. For example usages of [Zuko](https://github.com/probabilists/zuko) within Pyro, see [svi_flow_guide.ipynb](svi_flow_guide.ipynb) and [vae_flow_prior.ipynb](vae_flow_prior.ipynb).\n",
"> The development of Pyro's built-in flows has stopped in favor of external libraries, such as [Zuko](https://github.com/probabilists/zuko), [nflows](https://github.com/bayesiains/nflows), [normflows](https://github.com/VincentStimper/normalizing-flows) or [FlowTorch](https://github.com/stefanwebb/flowtorch). Some of these libraries may have interfaces that are not directly compatible with Pyro. See the [SVI with flow guide](svi_flow_guide.ipynb) and [VAE with flow prior](vae_flow_prior.ipynb) tutorials for example usages of [Zuko](https://github.com/probabilists/zuko) within Pyro.\n",
"\n",
"## Introduction\n",
"\n",
Expand Down

0 comments on commit c04675a

Please sign in to comment.