LICENSE
README.md
pyproject.toml
src/bcijelly/__init__.py
src/bcijelly.egg-info/PKG-INFO
src/bcijelly.egg-info/SOURCES.txt
src/bcijelly.egg-info/dependency_links.txt
src/bcijelly.egg-info/requires.txt
src/bcijelly.egg-info/top_level.txt
src/bcijelly/dataset/_discovery.py
src/bcijelly/dataset/_io.py
src/bcijelly/dataset/_load_data_capability.py
src/bcijelly/dataset/_loading.py
src/bcijelly/dataset/_types.py
src/bcijelly/dataset/load_data.py
src/bcijelly/model/__init__.py
src/bcijelly/model/_factory.py
src/bcijelly/model/_train_utils.py
src/bcijelly/model/presets.py
src/bcijelly/model/_cycle_gan/__init__.py
src/bcijelly/model/_cycle_gan/classifier.py
src/bcijelly/model/_cycle_gan/plot_csv.py
src/bcijelly/model/_cycle_gan/regressor.py
src/bcijelly/model/_cycle_gan/shared_utils.py
src/bcijelly/model/_lfads/__init__.py
src/bcijelly/model/_lfads/classifier.py
src/bcijelly/model/_lfads/regressor.py
src/bcijelly/model/_lfads/shared_utils.py
src/bcijelly/model/_lfads/lfads_torch/__init__.py
src/bcijelly/model/_lfads/lfads_torch/callbacks.py
src/bcijelly/model/_lfads/lfads_torch/datamodules.py
src/bcijelly/model/_lfads/lfads_torch/metrics.py
src/bcijelly/model/_lfads/lfads_torch/model.py
src/bcijelly/model/_lfads/lfads_torch/run_model.py
src/bcijelly/model/_lfads/lfads_torch/tuples.py
src/bcijelly/model/_lfads/lfads_torch/utils.py
src/bcijelly/model/_lfads/lfads_torch/utils_autoconfig.py
src/bcijelly/model/_lfads/lfads_torch/extensions/__init__.py
src/bcijelly/model/_lfads/lfads_torch/extensions/nlb.py
src/bcijelly/model/_lfads/lfads_torch/extensions/tune.py
src/bcijelly/model/_lfads/lfads_torch/modules/__init__.py
src/bcijelly/model/_lfads/lfads_torch/modules/augmentations.py
src/bcijelly/model/_lfads/lfads_torch/modules/decoder.py
src/bcijelly/model/_lfads/lfads_torch/modules/encoder.py
src/bcijelly/model/_lfads/lfads_torch/modules/initializers.py
src/bcijelly/model/_lfads/lfads_torch/modules/l2.py
src/bcijelly/model/_lfads/lfads_torch/modules/priors.py
src/bcijelly/model/_lfads/lfads_torch/modules/readin_readout.py
src/bcijelly/model/_lfads/lfads_torch/modules/recons.py
src/bcijelly/model/_lfads/lfads_torch/modules/recurrent.py
src/bcijelly/model/_lfads/lfads_torch/post_run/__init__.py
src/bcijelly/model/_lfads/lfads_torch/post_run/analysis.py
src/bcijelly/model/_lfads/lfads_torch/post_run/pbt.py
src/bcijelly/model/_lstm/__init__.py
src/bcijelly/model/_lstm/classifier.py
src/bcijelly/model/_lstm/plot_csv.py
src/bcijelly/model/_lstm/regressor.py
src/bcijelly/model/_lstm/shared_utils.py
src/bcijelly/model/_lstm/speech.py
src/bcijelly/model/_stabilization/__init__.py
src/bcijelly/model/_stabilization/classifier.py
src/bcijelly/model/_stabilization/regressor.py
src/bcijelly/model/_stabilization/shared_utils.py
src/bcijelly/model/_stabilization/stabilization_mlp.py
src/bcijelly/model/_stabilization/stabilization_mlp_regression.py
src/bcijelly/model/_transformer/__init__.py
src/bcijelly/model/_transformer/classifier.py
src/bcijelly/model/_transformer/plot_csv.py
src/bcijelly/model/_transformer/regressor.py
src/bcijelly/model/_transformer/shared_utils.py
src/bcijelly/model/_transformer/speech.py
src/bcijelly/utility/__init__.py
src/bcijelly/utility/summary.py
tests/test_demo.py
tests/test_discovery_split_suffix.py
tests/test_for_user.py
tests/test_load_data.py
tests/test_load_data_capability_declaration.py
tests/test_model.py
tests/test_model_capabilities.py
tests/test_task_label_loading.py