summaryrefslogtreecommitdiff
path: root/text_recognizer/networks/transformer/layers.py
AgeCommit message (Expand)Author
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