Age | Commit message (Expand) | Author |
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 |
2021-09-30 | Rename vqloss to commitment loss in vqvae network | Gustaf Rydholm |
2021-09-30 | Refactor residual block | Gustaf Rydholm |
2021-09-30 | Add num res blocks as a variable | Gustaf Rydholm |
2021-09-30 | Rename to commitment loss | Gustaf Rydholm |
2021-09-30 | Bug fix transformer dim, comment CER/WER metrics | Gustaf Rydholm |
2021-09-30 | Lint sentence_generator | Gustaf Rydholm |
2021-09-30 | Lint emnist mapping imports | Gustaf Rydholm |
2021-09-30 | Rename vqloss to commitment loss | Gustaf Rydholm |
2021-09-30 | Update GAN loss with sigmoid fn | Gustaf Rydholm |
2021-09-19 | Linting of Base model | Gustaf Rydholm |
2021-09-19 | Add loading of encoder in vq transformer network | Gustaf Rydholm |
2021-09-19 | Add ability to set use norm in vqvae | Gustaf Rydholm |
2021-09-19 | Add weight for commitment loss in vq transformer | Gustaf Rydholm |
2021-09-19 | Linting of iam paragraphs and preprocessor | Gustaf Rydholm |
2021-09-19 | Linting of eminst and iam lines | Gustaf Rydholm |