.gitignore
.pypirc
LICENSE.MD
README.MD
logo.png
pyproject.toml
conda/meta.yaml
sparks/__init__.py
sparks/data/__init__.py
sparks/data/base.py
sparks/data/mec.py
sparks/data/misc.py
sparks/data/providers.py
sparks/data/allen/__init__.py
sparks/data/allen/gratings.py
sparks/data/allen/gratings_multisess.py
sparks/data/allen/gratings_pseudomouse.py
sparks/data/allen/movies.py
sparks/data/allen/movies_multisess.py
sparks/data/allen/movies_pseudomouse.py
sparks/data/allen/utils.py
sparks/data/allen/preprocess/__init__.py
sparks/data/allen/preprocess/gratings.py
sparks/data/allen/preprocess/movies.py
sparks/data/allen/preprocess/utils.py
sparks/data/allen/preprocess/scripts/preprocess_gratings.py
sparks/data/allen/preprocess/scripts/preprocess_movies.py
sparks/data/nlb/__init__.py
sparks/data/nlb/monkey_reaching.py
sparks/data/nlb/nwb_interface.py
sparks/examples/demo_allen_multisession.ipynb
sparks/examples/demo_mec.ipynb
sparks/examples/demo_monkey.ipynb
sparks/models/__init__.py
sparks/models/attention.py
sparks/models/blocks.py
sparks/models/dataclasses.py
sparks/models/decoders.py
sparks/models/encoders.py
sparks/models/sparks.py
sparks/models/sparse_attention.py
sparks/models/utils.py
sparks/utils/__init__.py
sparks/utils/losses.py
sparks/utils/misc.py
sparks/utils/test.py
sparks/utils/train.py
sparks_ai.egg-info/PKG-INFO
sparks_ai.egg-info/SOURCES.txt
sparks_ai.egg-info/dependency_links.txt
sparks_ai.egg-info/requires.txt
sparks_ai.egg-info/top_level.txt
tests/test_models/test_attention.py
tests/test_models/test_blocks
tests/test_models/test_decoders.py
tests/test_models/test_encoders.py
tests/test_models/test_sparks.py
tests/test_models/test_sparse_attention.py
tests/test_utils/test_losses.py
tests/test_utils/test_test.py
tests/test_utils/test_train.py
tests/tests_data/test_allen.py
tests/tests_data/test_base.py
tests/tests_data/test_mec.py
tests/tests_data/test_providers.py