From 88040bab7256f5f371d92bbf556f660d9a73492a Mon Sep 17 00:00:00 2001 From: David Nabergoj Date: Sun, 29 Oct 2023 17:21:43 +0100 Subject: [PATCH] Add __init__.py files, modify setup.py --- normalizing_flows/bijections/continuous/__init__.py | 0 normalizing_flows/bijections/finite/__init__.py | 0 normalizing_flows/bijections/finite/autoregressive/__init__.py | 0 .../bijections/finite/autoregressive/conditioners/__init__.py | 0 .../bijections/finite/autoregressive/transformers/__init__.py | 0 .../finite/autoregressive/transformers/spline/__init__.py | 0 normalizing_flows/bijections/finite/residual/__init__.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 normalizing_flows/bijections/continuous/__init__.py create mode 100644 normalizing_flows/bijections/finite/__init__.py create mode 100644 normalizing_flows/bijections/finite/autoregressive/__init__.py create mode 100644 normalizing_flows/bijections/finite/autoregressive/conditioners/__init__.py create mode 100644 normalizing_flows/bijections/finite/autoregressive/transformers/__init__.py create mode 100644 normalizing_flows/bijections/finite/autoregressive/transformers/spline/__init__.py create mode 100644 normalizing_flows/bijections/finite/residual/__init__.py diff --git a/normalizing_flows/bijections/continuous/__init__.py b/normalizing_flows/bijections/continuous/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/normalizing_flows/bijections/finite/__init__.py b/normalizing_flows/bijections/finite/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/normalizing_flows/bijections/finite/autoregressive/__init__.py b/normalizing_flows/bijections/finite/autoregressive/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/normalizing_flows/bijections/finite/autoregressive/conditioners/__init__.py b/normalizing_flows/bijections/finite/autoregressive/conditioners/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/normalizing_flows/bijections/finite/autoregressive/transformers/__init__.py b/normalizing_flows/bijections/finite/autoregressive/transformers/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/normalizing_flows/bijections/finite/autoregressive/transformers/spline/__init__.py b/normalizing_flows/bijections/finite/autoregressive/transformers/spline/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/normalizing_flows/bijections/finite/residual/__init__.py b/normalizing_flows/bijections/finite/residual/__init__.py new file mode 100644 index 0000000..e69de29