.flake8
.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
.github/workflows/docs.yml
.github/workflows/main.yml
.github/workflows/release.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/pages/intro.md
src/hgan/__init__.py
src/hgan/__main__.py
src/hgan/_version.py
src/hgan/configuration.ini
src/hgan/configuration.py
src/hgan/dataset.py
src/hgan/demo.py
src/hgan/logger.py
src/hgan/models.py
src/hgan/run.py
src/hgan/train.py
src/hgan/updates.py
src/hgan/utils.py
src/hgan.egg-info/PKG-INFO
src/hgan.egg-info/SOURCES.txt
src/hgan.egg-info/dependency_links.txt
src/hgan.egg-info/entry_points.txt
src/hgan.egg-info/not-zip-safe
src/hgan.egg-info/requires.txt
src/hgan.egg-info/top_level.txt
src/hgan/data/README.md
src/hgan/data/__init__.py
src/hgan/data/pendulum_colors/parameters.yaml
src/hgan/data/pendulum_colors/test/00000.npz
src/hgan/data/pendulum_colors/test/00001.npz
src/hgan/data/pendulum_colors/train/00000.npz
src/hgan/data/pendulum_colors/train/00001.npz
src/hgan/data/pendulum_colors/train/00002.npz
src/hgan/data/pendulum_colors/train/00003.npz
src/hgan/data/pendulum_colors/train/00004.npz
src/hgan/data/pendulum_colors/train/00005.npz
src/hgan/data/pendulum_colors/train/00006.npz
src/hgan/data/pendulum_colors/train/00007.npz
tests/test_config.py
tests/test_demo.py