Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnabergoj committed Oct 21, 2023
1 parent d6a2163 commit 74e75b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 74e75b1

Please sign in to comment.