ML_modules.get_flow =================== Back to :doc:`Module page <../modules/ML_modules>` Summary ------- Instantiate a simple Masked Autoregressive normalizing flow. Signature --------- .. code-block:: python def get_flow(d_in = 3, d_hidden = 64, d_context = 2, n_layers = 4) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``d_in`` - - - 3 - - * - ``d_hidden`` - - - 64 - - * - ``d_context`` - - - 2 - - * - ``n_layers`` - - - 4 - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Instantiate a simple Masked Autoregressive normalizing flow.