summaryrefslogtreecommitdiff
path: root/text_recognizer/models/transformer.py
AgeCommit message (Expand)Author
2023-08-25RenameGustaf Rydholm
2022-10-04Add greedy decoderGustaf Rydholm
2022-09-30Fix api bug in modelGustaf Rydholm
2022-09-30Update lit transformerGustaf Rydholm
2022-09-28Fix decode bugGustaf Rydholm
2022-09-28Update metricsGustaf Rydholm
2022-09-27Remove ignore indeciesGustaf Rydholm
2022-09-27Refactor metricsGustaf Rydholm
2022-09-27Rename mapping to tokenizerGustaf Rydholm
2022-09-27Update metricsGustaf Rydholm
2022-09-18FormatsGustaf Rydholm
2022-06-27Update default output lengthGustaf Rydholm
2022-06-19Fix variable namesGustaf Rydholm
2022-06-15Calculate cer and acc in val stepGustaf Rydholm
2022-06-11Fix emnist mappingGustaf Rydholm
2022-06-09Remove abstract mappingGustaf Rydholm
2022-06-06Rename lit modelsGustaf Rydholm
2022-06-05Remove attrsGustaf Rydholm
2022-06-01Replace attr with attrsGustaf Rydholm
2022-02-03chore: remove unused code block in lit trans modelGustaf Rydholm
2021-11-21Format filesGustaf Rydholm
2021-10-27Fix imports in transformer modelGustaf Rydholm
2021-10-11Remove mapping from transformer lit modelsGustaf Rydholm
2021-10-10Update transformer modelsGustaf Rydholm
2021-10-07Remove unused importGustaf Rydholm
2021-09-30Bug fix transformer dim, comment CER/WER metricsGustaf Rydholm
2021-08-08Add VQGAN and loss functionGustaf 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-30black reformattingGustaf Rydholm
2021-07-30attr bug fix, properly loading networkGustaf Rydholm
2021-07-29Configs, refactor with attrs, fix attr bug in iamGustaf Rydholm
2021-07-06Refactoring data with attrs and refactor conf for hydraGustaf Rydholm
2021-07-05Refactor with attr, working on cnn+transformer networkGustaf Rydholm
2021-07-05Add new updates to model and networks, reimplementing with attrGustaf Rydholm
2021-06-27Remove unused importsGustaf Rydholm
2021-04-25Efficient net and non working transformer model.Gustaf Rydholm
2021-04-11Working on mappingGustaf Rydholm
2021-04-07Fixed typing and typos, train script load config, reformattedGustaf Rydholm
2021-04-05Pre-commit fixes, optimizer loading fixGustaf Rydholm
2021-04-05Add OmegaConf for configsGustaf Rydholm
2021-04-04black reformattingGustaf Rydholm
2021-04-04Add transformer lit modelGustaf Rydholm