summaryrefslogtreecommitdiff
path: root/text_recognizer/networks/transformer/layers.py
AgeCommit message (Expand)Author
2021-11-28Refactor attention layer moduleGustaf Rydholm
2021-11-17Remove local attentionGustaf Rydholm
2021-11-05Rename mask to input_maskGustaf Rydholm
2021-11-03Fix output from attn modulesGustaf Rydholm
2021-11-01Refactor transformer layerGustaf Rydholm
2021-10-28Fix bug with local attentionGustaf Rydholm
2021-10-27Add local attn in transformer layerGustaf Rydholm
2021-10-27Rename transformer embeddingsGustaf Rydholm
2021-08-03Training working, multiple bug fixesGustaf Rydholm
2021-08-02Fix log import, fix mapping in datamodules, fix nn modules can be hashedGustaf Rydholm
2021-07-30attr bug fix, properly loading networkGustaf Rydholm
2021-07-28Reformatting with attrs, config for encoder and decoderGustaf Rydholm
2021-07-08Add commentsGustaf Rydholm
2021-06-07Removed docs pipeline in noxfile, reformatted code w blackGustaf Rydholm
2021-06-06Working on fixing decoder transformerGustaf Rydholm
2021-05-13Decoder module workingGustaf Rydholm
2021-05-09Reformatting of positional encodings and ViT workingGustaf Rydholm
2021-05-09tranformer layer doneGustaf Rydholm
2021-05-09Attention layer soon doneGustaf Rydholm