Skip to content

Commit

Permalink
Add autoregressive NAF architectures to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnabergoj committed Aug 23, 2024
1 parent 0b7b42d commit b779377
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions torchflows/architectures.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@
MaskedAutoregressiveLRS,
InverseAutoregressiveLRS,
CouplingDeepSF,
MaskedAutoregressiveDeepSF,
InverseAutoregressiveDeepSF,
CouplingDenseSF,
MaskedAutoregressiveDenseSF,
InverseAutoregressiveDenseSF,
CouplingDeepDenseSF,
MaskedAutoregressiveDeepDenseSF,
InverseAutoregressiveDeepDenseSF,
UMNNMAF
)

Expand Down

0 comments on commit b779377

Please sign in to comment.