mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 12:49:50 +08:00
Normalizing flow example (#133)
* Implement normalizing flow Real NVP example * Add requirements and basic usage to normalizing flow example * Minor changes to README in normalizing flow example * Remove trailing commas in function arguments for unified formatting in flows example * Fix minor typos, add some annotations * format + nits in README * readme fix * mov, minor changes in main, copywright * remove debug * fix * Simplified class structure in distributions; better code re-use in bijectors * Remove rogue space * change name again * nits --------- Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:

committed by
GitHub

parent
cd3cff0858
commit
19b6167d81
5
normalizing_flow/requirements.txt
Normal file
5
normalizing_flow/requirements.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
mlx
|
||||
numpy
|
||||
tqdm
|
||||
scikit-learn
|
||||
matplotlib
|
Reference in New Issue
Block a user