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/load_data.py
src/bcijelly/model/__init__.py
src/bcijelly/model/_train_utils.py
src/bcijelly/model/presets.py
src/bcijelly/model/Cycle_GAN/CrossMultiWeekDictionaries.py
src/bcijelly/model/Cycle_GAN/Excel_Npz.py
src/bcijelly/model/Cycle_GAN/Regressor_cycle_MLP_Seed_hyy_Reduce.py
src/bcijelly/model/Cycle_GAN/Regressor_cycle_MLP_Seed_hyy_day5_Reduce.py
src/bcijelly/model/Cycle_GAN/Regressor_cycle_MLP_classifier_GY_Seed_Reduce.py
src/bcijelly/model/Cycle_GAN/Regressor_cycle_MLP_classifier_GY_Seed_day_npz.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/LSTM/RNN.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/lfads/__init__.py
src/bcijelly/model/lfads/classifier.py
src/bcijelly/model/lfads/dataset_5_Jango.py
src/bcijelly/model/lfads/regressor.py
src/bcijelly/model/lfads/run_single_5_Jango.py
src/bcijelly/model/lfads/setup.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/lfads/tutorials/multisession/2_run_pbt.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
tests/test_for_user.py
tests/test_model.py