summaryrefslogtreecommitdiff
path: root/text_recognizer
AgeCommit message (Collapse)Author
2022-02-06fix: refactor and move image utilsGustaf Rydholm
2022-02-06chore: remove word pieces util codeGustaf Rydholm
2022-02-06chore: remove word piecesGustaf Rydholm
2022-02-03chore: remove axial attentionGustaf Rydholm
chore: remove axial attention
2022-02-03chore: remove unused code block in lit trans modelGustaf Rydholm
2022-01-29fix(decoder): typosGustaf Rydholm
2022-01-29feat(norm): add prenormGustaf Rydholm
2022-01-29chore(decoder): add new import path for decoderGustaf Rydholm
2022-01-29feat(base): remove output normGustaf Rydholm
2022-01-29feat: add RMSNormGustaf Rydholm
2022-01-29chore: remove residual blockGustaf Rydholm
2022-01-29chore: remove old attention layer blockGustaf Rydholm
2022-01-29feat: add new transformer decoderGustaf Rydholm
2022-01-26fix: refactor AttentionLayersGustaf Rydholm
2022-01-26fix: change Set to SequenceGustaf Rydholm
2022-01-26fix: lint and formatGustaf Rydholm
2021-12-05Format files with blackGustaf Rydholm
2021-12-05Remove ViT once againGustaf Rydholm
2021-12-05Update conv transformer with inheritance from base networkGustaf Rydholm
2021-12-05Add base networkGustaf Rydholm
2021-12-04Revert "Remove ViT"Gustaf Rydholm
This reverts commit 3de4312d1796b1ee56d6467d36773df29a831e45.
2021-11-28Remove ViTGustaf Rydholm
2021-11-28Add norm layer to output from decoderGustaf Rydholm
2021-11-28Refactor attention layer moduleGustaf Rydholm
2021-11-27Revert "Remove ViT"Gustaf Rydholm
This reverts commit 4a6550ddef7d1f1971737bc22715db6381441f79.
2021-11-27Revert "Revert "Remove default transformer""Gustaf Rydholm
This reverts commit 89be047a46c8e88511d301f63d7f6795fe04ab81.
2021-11-27Revert "Remove default transformer"Gustaf Rydholm
This reverts commit b3d3b7ddc0796e98d78561bc5ca22728dc0372b0.
2021-11-22Fix import efficientnetGustaf Rydholm
2021-11-22Remove unused utilsGustaf Rydholm
2021-11-22Format conv transformerGustaf Rydholm
2021-11-22Move efficientnet from encoder dirGustaf Rydholm
2021-11-21Remove criterion and ctc lossGustaf Rydholm
2021-11-21Format filesGustaf Rydholm
2021-11-21Add axial encoder to conv transformerGustaf Rydholm
2021-11-21Remove VQVAE stuff, did not work...Gustaf Rydholm
2021-11-21Add axial transformerGustaf Rydholm
2021-11-21Remove label smoothing lossGustaf Rydholm
2021-11-17Update VqTransformerGustaf Rydholm
2021-11-17Update encoder fun in conv_transformerGustaf Rydholm
2021-11-17Update vqvae with new quantizerGustaf Rydholm
2021-11-17Add new quantizerGustaf Rydholm
2021-11-17Remove local attentionGustaf Rydholm
2021-11-17Replace last two layers in efficientnet with oneGustaf Rydholm
2021-11-17Format efficientnetGustaf Rydholm
2021-11-17Update vq transformer lit modelGustaf Rydholm
2021-11-17Fix import path vqganlossGustaf Rydholm
2021-11-07Fix dropout in efficientnetGustaf Rydholm
2021-11-07Add dropout to final layer in efficientnetGustaf Rydholm
2021-11-07Fix mbconv sub modulesGustaf Rydholm
2021-11-06Fix efficientnet incorrect channel calculationGustaf Rydholm