.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
dev-environment.yml
environment.yml
mkdocs.yml
pyproject.toml
requirements.txt
.github/workflows/build_docs.yml
.github/workflows/lint.yml
.github/workflows/pypi_upload.yml
.github/workflows/test_build_docs.yml
.github/workflows/tests.yml
docs/index.md
docs/models.md
docs/utils.md
docs/variables.md
examples/custom_model.ipynb
examples/torch_model.ipynb
examples/torch_model_extended.ipynb
examples/transformer_conversion.ipynb
lume_model/__init__.py
lume_model/_version.py
lume_model/base.py
lume_model/utils.py
lume_model/variables.py
lume_model.egg-info/PKG-INFO
lume_model.egg-info/SOURCES.txt
lume_model.egg-info/dependency_links.txt
lume_model.egg-info/requires.txt
lume_model.egg-info/top_level.txt
lume_model/models/__init__.py
lume_model/models/torch_model.py
lume_model/models/torch_module.py
tests/__init__.py
tests/conftest.py
tests/test_base.py
tests/test_utils.py
tests/test_variables.py
tests/models/test_models.py
tests/models/test_torch_model.py
tests/models/test_torch_module.py
tests/test_files/example_input_image.npy
tests/test_files/california_regression/input_transformers_0.pt
tests/test_files/california_regression/model.pt
tests/test_files/california_regression/model_info.json
tests/test_files/california_regression/normalization.json
tests/test_files/california_regression/output_transformers_0.pt
tests/test_files/california_regression/test_input_tensor.pt
tests/test_files/california_regression/torch_model.yml
tests/test_files/california_regression/torch_module.yml
tests/test_files/california_regression/variables.yml