MANIFEST.in
README.md
requirements.txt
setup.py
keras_self_attention/__init__.py
keras_self_attention/backend.py
keras_self_attention/real_former.py
keras_self_attention/scaled_dot_attention.py
keras_self_attention/seq_self_attention.py
keras_self_attention/seq_weighted_attention.py
keras_self_attention.egg-info/PKG-INFO
keras_self_attention.egg-info/SOURCES.txt
keras_self_attention.egg-info/dependency_links.txt
keras_self_attention.egg-info/requires.txt
keras_self_attention.egg-info/top_level.txt
tests/__init__.py
tests/scaled_dot_attention/__init__.py
tests/scaled_dot_attention/test_history.py
tests/scaled_dot_attention/test_real_former.py
tests/scaled_dot_attention/test_sample.py
tests/scaled_dot_attention/test_save_load.py
tests/seq_self_attention/__init__.py
tests/seq_self_attention/test_activation.py
tests/seq_self_attention/test_bias.py
tests/seq_self_attention/test_history.py
tests/seq_self_attention/test_local.py
tests/seq_self_attention/test_loss.py
tests/seq_self_attention/test_mask.py
tests/seq_self_attention/test_mul.py
tests/seq_self_attention/test_save_load.py
tests/seq_self_attention/util.py
tests/seq_weighted_attention/__init__.py
tests/seq_weighted_attention/test_save_load.py