Skip to content

Commit

Permalink
Update example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnabergoj committed Oct 13, 2023
1 parent f0fc2d3 commit b1f9ea8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ from normalizing_flows import RealNVP, Flow

torch.manual_seed(0)

n_data = 100
n_data = 1000
n_dim = 3

x = torch.randn(n_data, n_dim) # Generate some training data
Expand Down

0 comments on commit b1f9ea8

Please sign in to comment.