.flake8
.gitignore
.pre-commit-config.yaml
.pylintrc
LICENSE
README.rst
conda_build.sh
pyproject.toml
setup.py
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/linters/.flake8
.github/linters/.python-lint
.github/workflows/codecov.yml
.github/workflows/conda_build.yml
.github/workflows/gh_pages.yml
.github/workflows/linter.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/pull_request_tests_tf_latest.yml
.github/workflows/release_drafter.yml
NREL_phygnn.egg-info/PKG-INFO
NREL_phygnn.egg-info/SOURCES.txt
NREL_phygnn.egg-info/dependency_links.txt
NREL_phygnn.egg-info/requires.txt
NREL_phygnn.egg-info/top_level.txt
conda.recipe/meta.yaml
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/custom.css
docs/source/_templates/custom-class-template.rst
docs/source/_templates/custom-module-template.rst
docs/source/misc/installation.rst
docs/source/misc/installation_usage.rst
examples/nsrdb_data.h5
examples/phygnn_classification.ipynb
examples/phygnn_nsrdb_gan.ipynb
examples/phygnn_pythag.ipynb
phygnn/__init__.py
phygnn/_version.py
phygnn/base.py
phygnn/phygnn.py
phygnn/version.py
phygnn/layers/__init__.py
phygnn/layers/custom_layers.py
phygnn/layers/handlers.py
phygnn/model_interfaces/__init__.py
phygnn/model_interfaces/base_model.py
phygnn/model_interfaces/phygnn_model.py
phygnn/model_interfaces/random_forest_model.py
phygnn/model_interfaces/tf_model.py
phygnn/utilities/__init__.py
phygnn/utilities/loss_metrics.py
phygnn/utilities/pre_processing.py
phygnn/utilities/tf_utilities.py
tests/test_base_model.py
tests/test_classifier.py
tests/test_layers.py
tests/test_loss_metrics.py
tests/test_phygnn.py
tests/test_phygnn_interface.py
tests/test_pre_processing.py
tests/test_random_forest_model.py
tests/test_tf_model.py
tests/test_tf_utilities.py
tests/data/README.md