summaryrefslogtreecommitdiff
path: root/text_recognizer/networks/conv_transformer.py
AgeCommit message (Expand)Author
2022-01-29chore(decoder): add new import path for decoderGustaf Rydholm
2021-12-05Update conv transformer with inheritance from base networkGustaf Rydholm
2021-11-28Add norm layer to output from decoderGustaf Rydholm
2021-11-22Format conv transformerGustaf Rydholm
2021-11-21Add axial encoder to conv transformerGustaf Rydholm
2021-11-17Update encoder fun in conv_transformerGustaf Rydholm
2021-11-05Rename mask to input_maskGustaf Rydholm
2021-11-03Remove unused args from conv transformerGustaf Rydholm
2021-11-01Add check for positional encoding in attn layerGustaf Rydholm
2021-10-28Add check for position embeddingGustaf Rydholm
2021-10-24Remove unused import in conv transformerGustaf Rydholm
2021-10-03Lint filesGustaf Rydholm
2021-09-30Rename context to trg in transformerGustaf Rydholm
2021-09-18Remove TODO in conv transformerGustaf Rydholm
2021-08-06Fix VQVAE into en/decoder, bug in wandb artifact code uploadingGustaf 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-29Configs, refactor with attrs, fix attr bug in iamGustaf Rydholm