LICENSE
README.md
pyproject.toml
setup.py
self_attention_cv/__init__.py
self_attention_cv/common.py
self_attention_cv/version.py
self_attention_cv.egg-info/PKG-INFO
self_attention_cv.egg-info/SOURCES.txt
self_attention_cv.egg-info/dependency_links.txt
self_attention_cv.egg-info/requires.txt
self_attention_cv.egg-info/top_level.txt
self_attention_cv/MSA_transformer/MSA_transformer_block.py
self_attention_cv/MSA_transformer/__init__.py
self_attention_cv/MSA_transformer/tied_axial_attention.py
self_attention_cv/Transformer3Dsegmentation/__init__.py
self_attention_cv/Transformer3Dsegmentation/tranf3Dseg.py
self_attention_cv/UnetTr/UnetTr.py
self_attention_cv/UnetTr/__init__.py
self_attention_cv/UnetTr/modules.py
self_attention_cv/UnetTr/volume_embedding.py
self_attention_cv/axial_attention_deeplab/__init__.py
self_attention_cv/axial_attention_deeplab/axial_attention.py
self_attention_cv/axial_attention_deeplab/axial_attention_residual_block.py
self_attention_cv/bottleneck_transformer/__init__.py
self_attention_cv/bottleneck_transformer/bot_att.py
self_attention_cv/bottleneck_transformer/bot_block.py
self_attention_cv/linformer/LinformerBlock.py
self_attention_cv/linformer/__init__.py
self_attention_cv/linformer/linformer.py
self_attention_cv/pos_embeddings/__init__.py
self_attention_cv/pos_embeddings/abs_pos_emb1D.py
self_attention_cv/pos_embeddings/abs_pos_encoding_1d.py
self_attention_cv/pos_embeddings/pos_encoding_sin.py
self_attention_cv/pos_embeddings/relative_embeddings_1D.py
self_attention_cv/pos_embeddings/relative_embeddings_2D.py
self_attention_cv/pos_embeddings/relative_pos_enc_qkv.py
self_attention_cv/timesformer/__init__.py
self_attention_cv/timesformer/spacetime_attention.py
self_attention_cv/timesformer/timesformer.py
self_attention_cv/transformer_vanilla/__init__.py
self_attention_cv/transformer_vanilla/mhsa.py
self_attention_cv/transformer_vanilla/self_attention.py
self_attention_cv/transformer_vanilla/transformer_block.py
self_attention_cv/transunet/__init__.py
self_attention_cv/transunet/bottleneck_layer.py
self_attention_cv/transunet/decoder.py
self_attention_cv/transunet/trans_unet.py
self_attention_cv/vit/R50_ViT.py
self_attention_cv/vit/__init__.py
self_attention_cv/vit/vit.py