summaryrefslogtreecommitdiff
path: root/text_recognizer
AgeCommit message (Collapse)Author
2021-10-28Remove 2D positional embeddingGustaf Rydholm
2021-10-28Remove absolute positional embeddingGustaf Rydholm
2021-10-28Add check for position embeddingGustaf Rydholm
2021-10-28Fix multihead local attentionGustaf Rydholm
2021-10-28Fix bug with local attentionGustaf Rydholm
2021-10-28Refactor attention moduleGustaf Rydholm
2021-10-27Fix import of criterion in VQGANGustaf Rydholm
2021-10-27Fix mapping import in base modelGustaf Rydholm
2021-10-27Rename to criterionGustaf Rydholm
2021-10-27Remove Barlow TwinsGustaf Rydholm
2021-10-27Add comment in Iam ExtendedGustaf Rydholm
2021-10-27Fix import mapping in base data moduleGustaf Rydholm
2021-10-27Add axial embeddingGustaf Rydholm
2021-10-27Remove ViTGustaf Rydholm
2021-10-27Remove default transformerGustaf Rydholm
2021-10-27Add comments to transformer modulesGustaf Rydholm
2021-10-27Clean up local attention, add comments and typesGustaf Rydholm
2021-10-27Add local attn in transformer layerGustaf Rydholm
2021-10-27Remove unused import and add comments in attn moduleGustaf Rydholm
2021-10-27Remove imports from __init__ in transformer networkGustaf Rydholm
2021-10-27Rename transformer embeddingsGustaf Rydholm
2021-10-27Fix imports in transformer modelGustaf Rydholm
2021-10-27Rearrange import order and formattingGustaf Rydholm
2021-10-27Remove build transitionsGustaf Rydholm
2021-10-27Rename mappingsGustaf Rydholm
2021-10-25Add ctc lossGustaf Rydholm
2021-10-25Make data dir static in preprocessor and word pieceGustaf Rydholm
2021-10-25Format transducerGustaf Rydholm
2021-10-24Add local attentionGustaf Rydholm
2021-10-24Add transducerGustaf Rydholm
2021-10-24Remove unused import in conv transformerGustaf Rydholm
2021-10-24Refator attentionGustaf Rydholm
2021-10-24Format of filesGustaf Rydholm
2021-10-24Fix opening of files for transitionsGustaf Rydholm
2021-10-11Add BarlowNetworkGustaf Rydholm
2021-10-11Add Barlow LossGustaf Rydholm
2021-10-11Remove mapping from transformer lit modelsGustaf Rydholm
2021-10-11Add mapping to base lit modelGustaf Rydholm
2021-10-11Refactor barlow twins lit modelGustaf Rydholm
2021-10-11fix: remove `s` from target_transfromsGustaf Rydholm
2021-10-10Update transformer modelsGustaf Rydholm
2021-10-10Update base modelGustaf Rydholm
2021-10-10Update barlow modelGustaf Rydholm
2021-10-10Refactor of vq modelsGustaf Rydholm
2021-10-10Remove importsGustaf Rydholm
2021-10-10Add custom transformsGustaf Rydholm
2021-10-10Move data utils to submodulesGustaf Rydholm
2021-10-10Update transforms in datamodule/setGustaf Rydholm
2021-10-07Add adaptive pool between encoder and projectorGustaf Rydholm
2021-10-07LintGustaf Rydholm