.gitignore
.pre-commit-config.yaml
LICENSE
README.md
TRAINING.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/run-pre-commit.yml
cod_vae/__init__.py
cod_vae/_version.py
cod_vae/base.py
cod_vae/checkpoint.py
cod_vae/cli.py
cod_vae/config.py
cod_vae/hub.py
cod_vae/init.py
cod_vae/mesh.py
cod_vae.egg-info/PKG-INFO
cod_vae.egg-info/SOURCES.txt
cod_vae.egg-info/dependency_links.txt
cod_vae.egg-info/entry_points.txt
cod_vae.egg-info/requires.txt
cod_vae.egg-info/scm_file_list.json
cod_vae.egg-info/scm_version.json
cod_vae.egg-info/top_level.txt
cod_vae/jax/__init__.py
cod_vae/jax/model.py
cod_vae/jax/training.py
cod_vae/torch/__init__.py
cod_vae/torch/model.py
cod_vae/torch/modules.py
cod_vae/torch/training.py
cod_vae/training/__init__.py
cod_vae/training/config.py
cod_vae/training/data.py
cod_vae/training/preprocess.py
cod_vae/training/vecset.py
examples/reconstruct.py
examples/train_primitives.py
examples/train_shapenet.py
tests/conftest.py
tests/test_core.py
tests/test_interface.py
tests/test_parity.py
tests/test_preprocess.py
tests/test_training.py
tests/test_vecset.py