Age | Commit message (Expand) | Author |
2021-10-27 | Remove ViT | Gustaf Rydholm |
2021-10-27 | Remove default transformer | Gustaf Rydholm |
2021-10-27 | Add comments to transformer modules | Gustaf Rydholm |
2021-10-27 | Clean up local attention, add comments and types | Gustaf Rydholm |
2021-10-27 | Add local attn in transformer layer | Gustaf Rydholm |
2021-10-27 | Remove unused import and add comments in attn module | Gustaf Rydholm |
2021-10-27 | Remove imports from __init__ in transformer network | Gustaf Rydholm |
2021-10-27 | Rename transformer embeddings | Gustaf Rydholm |
2021-10-27 | Fix imports in transformer model | Gustaf Rydholm |
2021-10-27 | Rearrange import order and formatting | Gustaf Rydholm |
2021-10-27 | Remove build transitions | Gustaf Rydholm |
2021-10-27 | Rename mappings | Gustaf Rydholm |
2021-10-25 | Add ctc loss | Gustaf Rydholm |
2021-10-25 | Make data dir static in preprocessor and word piece | Gustaf Rydholm |
2021-10-25 | Format transducer | Gustaf Rydholm |
2021-10-24 | Add local attention | Gustaf Rydholm |
2021-10-24 | Add transducer | Gustaf Rydholm |
2021-10-24 | Remove unused import in conv transformer | Gustaf Rydholm |
2021-10-24 | Refator attention | Gustaf Rydholm |
2021-10-24 | Format of files | Gustaf Rydholm |
2021-10-24 | Fix opening of files for transitions | Gustaf Rydholm |
2021-10-11 | Add BarlowNetwork | Gustaf Rydholm |
2021-10-11 | Add Barlow Loss | Gustaf Rydholm |
2021-10-11 | Remove mapping from transformer lit models | Gustaf Rydholm |
2021-10-11 | Add mapping to base lit model | Gustaf Rydholm |
2021-10-11 | Refactor barlow twins lit model | Gustaf Rydholm |
2021-10-11 | fix: remove `s` from target_transfroms | Gustaf Rydholm |
2021-10-10 | Update transformer models | Gustaf Rydholm |
2021-10-10 | Update base model | Gustaf Rydholm |
2021-10-10 | Update barlow model | Gustaf Rydholm |
2021-10-10 | Refactor of vq models | Gustaf Rydholm |
2021-10-10 | Remove imports | Gustaf Rydholm |
2021-10-10 | Add custom transforms | Gustaf Rydholm |
2021-10-10 | Move data utils to submodules | Gustaf Rydholm |
2021-10-10 | Update transforms in datamodule/set | Gustaf Rydholm |
2021-10-07 | Add adaptive pool between encoder and projector | Gustaf Rydholm |
2021-10-07 | Lint | Gustaf Rydholm |
2021-10-07 | Add Barlow Twins network and training proceduer | Gustaf Rydholm |
2021-10-07 | Remove unused import | Gustaf Rydholm |
2021-10-03 | Add length as variable to WordPiece transform | Gustaf Rydholm |
2021-10-03 | Add target transform to IAM Lines | Gustaf Rydholm |
2021-10-03 | Refactor rotary embedding | Gustaf Rydholm |
2021-10-03 | Fix rotary embedding | Gustaf Rydholm |
2021-10-03 | Lint files | Gustaf Rydholm |
2021-09-30 | Lint emnist lines | Gustaf Rydholm |
2021-09-30 | Add word piece mapping to IAM lines | Gustaf Rydholm |
2021-09-30 | Major bug fix in attention layer | Gustaf Rydholm |
2021-09-30 | Bug fix for loading pretrained vq encoder | Gustaf Rydholm |
2021-09-30 | Set leaky relu inplace to false | Gustaf Rydholm |
2021-09-30 | Rename context to trg in transformer | Gustaf Rydholm |