ML_modules.get_flow#
Back to Module page
Summary#
Instantiate a simple Masked Autoregressive normalizing flow.
Signature#
def get_flow(d_in = 3, d_hidden = 64, d_context = 2, n_layers = 4)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
3 |
||
|
64 |
||
|
2 |
||
|
4 |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
Instantiate a simple Masked Autoregressive normalizing flow.