Skip to content

Commit c3a9836

Browse files
committed
📝 adapt readme
1 parent 81b70bc commit c3a9836

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ uncertainty estimation.
1515

1616
In particular, **bde** implements **Microcanonical Langevin Ensembles (MILE)** as
1717
introduced in [*Microcanonical Langevin Ensembles: Advancing the Sampling of Bayesian Neural Networks* (ICLR 2025)](https://arxiv.org/abs/2502.06335).
18+
A conceptual overview of MILE is shown below (in general implementation details of this package are not exactly matching this diagram):
1819

19-
![MILE Overview](doc/_static/img/flowchart.png)
20+
<div style="width: 60%; margin: auto;">
21+
<img src="doc/_static/img/flowchart.png" alt="MILE Overview" style="width: 100%;">
22+
</div>
2023

2124
Installation
2225
------------

0 commit comments

Comments
 (0)